Skip to content

Instantly share code, notes, and snippets.

@frbayart
Created May 16, 2012 13:14
Show Gist options
  • Save frbayart/2710262 to your computer and use it in GitHub Desktop.
Save frbayart/2710262 to your computer and use it in GitHub Desktop.
exemple .ssh/config
Host client1-web1
hostname = ccblockww02xa09bc
user = root
Host client1-sql1
hostname = ddtxocksql01xz02
user = ahugo
@frbayart
Copy link
Author

Host jenny
hostname=jenny.toto.com
user=root
port=22
ProxyCommand ssh havok nc %h %p -w 10 2> /dev/null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment