We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d61aa commit 4752071Copy full SHA for 4752071
kubectl-ssh-jump
@@ -44,7 +44,7 @@ Example:
44
Scenario1 - You have private & public SSH key on your side
45
$ kubectl ssh-jump -u myuser -i ~/.ssh/id_rsa -p ~/.ssh/id_rsa.pub hostname
46
47
- Scenario2 - You have .pem file but you don't have private key on your side
+ Scenario2 - You have .pem file but you don't have public key on your side
48
$ kubectl ssh-jump -u ec2-user -i ~/.ssh/mykey.pem hostname
49
50
EOF
0 commit comments