ssh
Command line
Jump box
ssh -o "StrictHostKeyChecking no" -J [email protected] [email protected]ssh config
Dynamic host
host *-kube-node-??
HostName %h.mydomain.com
StrictHostKeyChecking no
LogLevel quiet
User root
IdentityFile myKey.pem
TCPKeepAlive yes
ServerAliveInterval 20ssh my-area-kube-node-00jump box
Port forwarding
Last updated