File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
147148Example:
@@ -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-
223222List of destination node...
224223Hostname Internal-IP
225224aks-nodepool1-18558189-0 10.240.0.4
226225...
227-
228226```
229227
230228
You can’t perform that action at this time.
0 commit comments