Created
November 6, 2017 00:33
-
-
Save acampagnaro/e30dc230616e1069adaea227e471b225 to your computer and use it in GitHub Desktop.
ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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