kubectl-ssh-plugin-eks
kubectl-ssh-plugin-eks copied to clipboard
Allow using default identity file during SSHing when node has public IP
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.