kubectl-ssh-plugin-eks icon indicating copy to clipboard operation
kubectl-ssh-plugin-eks copied to clipboard

This is plugin to SSH into Worker Nodes running on AWS

Results 1 kubectl-ssh-plugin-eks issues
Sort by recently updated
recently updated
newest added

When user doesn't provide `-i` flag, default identity-file could be used as SSH does. (The default is ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ed25519 and ~/.ssh/id_rsa.) This PR added to use default identity-file when...