Skip to content

Instantly share code, notes, and snippets.

@AlexAkulov
Created November 27, 2019 08:32
Show Gist options
  • Save AlexAkulov/318bbbd201981d794b5b0f73de442157 to your computer and use it in GitHub Desktop.
Save AlexAkulov/318bbbd201981d794b5b0f73de442157 to your computer and use it in GitHub Desktop.
ssh/config
Host *
ForwardAgent yes
AddKeysToAgent yes
KeepAlive yes
ServerAliveInterval 60
ControlMaster auto
ControlPath ~/.ssh/sockets/%r@%h-%p
ControlPersist 600
# Host *.example.com
# ProxyCommand ssh %r@jumphost.example.com -W %h:%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment