Skip to content

Instantly share code, notes, and snippets.

@acampagnaro
Created November 6, 2017 00:33
Show Gist options
  • Save acampagnaro/e30dc230616e1069adaea227e471b225 to your computer and use it in GitHub Desktop.
Save acampagnaro/e30dc230616e1069adaea227e471b225 to your computer and use it in GitHub Desktop.
ssh
criar um arquivo config
dentro do diretorio ssh
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 4h
GSSAPIAuthentication no
ForwardX11 yes
TCPKeepAlive no
ServerAliveInterval 60
ServerAliveCountMax 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment