You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Here is an scenario where you want to connect to Kubernetes node, but you have t
32
32
- [SSH Agent (ssh-agent)](#ssh-agent-ssh-agent)
33
33
-[Examples](#examples)
34
34
-[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)
36
36
-[Useful Links](#useful-links)
37
37
-[Contributing](#contributing)
38
38
@@ -136,7 +136,7 @@ Example:
136
136
Scenario1 - You have private & public SSH key on your side
0 commit comments