Skip to content

Commit 87e12d4

Browse files
committed
fix wording
1 parent 4752071 commit 87e12d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here is an scenario where you want to connect to Kubernetes node, but you have t
3232
- [SSH Agent (ssh-agent)](#ssh-agent-ssh-agent)
3333
- [Examples](#examples)
3434
- [Scenario1 - You have private & public SSH key on your side](#scenario1---you-have-private--public-ssh-key-on-your-side)
35-
- [Scenario2 - You have .pem file but you don't have private key on your side](#scenario2---you-have-pem-file-but-you-dont-have-private-key-on-your-side)
35+
- [Scenario2 - You have .pem file but you don't have public key on your side](#scenario2---you-have-pem-file-but-you-dont-have-public-key-on-your-side)
3636
- [Useful Links](#useful-links)
3737
- [Contributing](#contributing)
3838

@@ -136,7 +136,7 @@ Example:
136136
Scenario1 - You have private & public SSH key on your side
137137
$ kubectl ssh-jump -u myuser -i ~/.ssh/id_rsa -p ~/.ssh/id_rsa.pub hostname
138138
139-
Scenario2 - You have .pem file but you don't have private key on your side
139+
Scenario2 - You have .pem file but you don't have public key on your side
140140
$ kubectl ssh-jump -u ec2-user -i ~/.ssh/mykey.pem hostname
141141
```
142142

@@ -193,7 +193,7 @@ Example:
193193
Scenario1 - You have private & public SSH key on your side
194194
$ kubectl ssh-jump -u myuser -i ~/.ssh/id_rsa -p ~/.ssh/id_rsa.pub hostname
195195

196-
Scenario2 - You have .pem file but you don't have private key on your side
196+
Scenario2 - You have .pem file but you don't have public key on your side
197197
$ kubectl ssh-jump -u ec2-user -i ~/.ssh/mykey.pem hostname
198198
199199
List of destination node...

0 commit comments

Comments
 (0)