Skip to content

Commit 4752071

Browse files
committed
fix wording
1 parent 48d61aa commit 4752071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl-ssh-jump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Example:
4444
Scenario1 - You have private & public SSH key on your side
4545
$ kubectl ssh-jump -u myuser -i ~/.ssh/id_rsa -p ~/.ssh/id_rsa.pub hostname
4646
47-
Scenario2 - You have .pem file but you don't have private key on your side
47+
Scenario2 - You have .pem file but you don't have public key on your side
4848
$ kubectl ssh-jump -u ec2-user -i ~/.ssh/mykey.pem hostname
4949
5050
EOF

0 commit comments

Comments
 (0)