Created
October 14, 2014 16:55
-
-
Save ninioperdido/5e2276433d32504e915e to your computer and use it in GitHub Desktop.
sshd diff
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
13,14d12 | |
< Port 22 | |
< Port 444 | |
107,108c105,106 | |
< AllowAgentForwarding yes | |
< AllowTcpForwarding yes | |
--- | |
> #AllowAgentForwarding yes | |
> #AllowTcpForwarding yes | |
112,113c110,111 | |
< X11DisplayOffset 10 | |
< X11UseLocalhost yes | |
--- | |
> #X11DisplayOffset 10 | |
> #X11UseLocalhost yes | |
116c114 | |
< TCPKeepAlive yes | |
--- | |
> #TCPKeepAlive yes | |
140c138 | |
< # ForceCommand cvs server | |
--- | |
> # ForceCommand cvs server | |
\ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment