Skip to content

Instantly share code, notes, and snippets.

@eliza-abraham
Created July 14, 2017 07:37
Show Gist options
  • Save eliza-abraham/f643187585aa393de94c3afac527d146 to your computer and use it in GitHub Desktop.
Save eliza-abraham/f643187585aa393de94c3afac527d146 to your computer and use it in GitHub Desktop.
ssh-config
Host project-name
HostName x.x.x.x
User <user-id>
ForwardAgent yes
Port 22
ProxyCommand ssh <user-id>@x.x.x.x -W %h:%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment