Skip to content

Commit 631e173

Browse files
committed
Add verbose option
Signed-off-by: Yoichi Kawasaki <yokawasa@gmail.com>
1 parent e562233 commit 631e173

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Options:
142142
--skip-agent option is given
143143
--cleanup-jump Clearning up sshjump pod at the end
144144
Defaults to skip cleaning up sshjump pod
145+
-v, --verbose Run ssh in verbose mode (=ssh -vvv)
145146
-h, --help Show this message
146147
147148
Example:
@@ -200,6 +201,7 @@ Options:
200201
-P, --port <port> SSH port for target node SSH server
201202
Defaults to 22
202203
-a, --args <args> Args to exec in ssh session
204+
--pod-template <file> Path to custom sshjump pod definition
203205
--skip-agent Skip automatically starting SSH agent and adding
204206
SSH Identity key into the agent before SSH login
205207
(=> You need to manage SSH agent by yourself)
@@ -217,14 +219,10 @@ Example:
217219
Scenario2 - You have .pem file but you don't have public key on your side
218220
$ kubectl ssh-jump -u ec2-user -i ~/.ssh/mykey.pem hostname
219221
220-
Scenario3 - You want to use a custom sshjump pod definition
221-
$ kubectl ssh-jump -u ec2-user -i ~/.ssh/mykey.pem --pod-template ~/myjumppod.yaml hostname
222-
223222
List of destination node...
224223
Hostname Internal-IP
225224
aks-nodepool1-18558189-0 10.240.0.4
226225
...
227-
228226
```
229227
230228

0 commit comments

Comments
 (0)