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

Allow using default identity file during SSHing when node has public IP

Open shyr opened this issue 4 years ago • 0 comments

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 node has public IP.

shyr avatar May 16 '21 15:05 shyr