Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created January 20, 2015 15:22
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 WebPlatformDocs/6ecf0d852a9148741bef to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/6ecf0d852a9148741bef to your computer and use it in GitHub Desktop.
DreamCompute SSH config
ControlMaster auto
ControlPath ~/.ssh/sockets/%r__%h__%p.sock
TCPKeepAlive no
ServerAliveInterval 60
ServerAliveCountMax 10
Host staging.wpdn
Hostname salt.webplatformstaging.org
ProxyCommand none
Host *.staging.wpdn
ProxyCommand ssh -e @ -o StrictHostKeyChecking=no -a -W %h:%p staging.wpdn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment