Skip to content

Instantly share code, notes, and snippets.

@dman777
Last active November 13, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dman777/856ddbc5040b8c3959a4 to your computer and use it in GitHub Desktop.
Save dman777/856ddbc5040b8c3959a4 to your computer and use it in GitHub Desktop.
localhost kvm # cat /mnt/temp/home/one/.ssh/config
Host 162.242.145.217
ForwardAgent yes
User one
ProxyCommand ssh -q -A -W %h:%p cbast1.dfw1.corp.foo.com
Host cbast1.*.corp.foo.com
ControlPersist yes
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
LocalForward 3129 127.0.0.1:3128
ForwardAgent yes
User dar6491
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment