Skip to content

Instantly share code, notes, and snippets.

@ninioperdido
Created October 14, 2014 16:55
Show Gist options
  • Save ninioperdido/5e2276433d32504e915e to your computer and use it in GitHub Desktop.
Save ninioperdido/5e2276433d32504e915e to your computer and use it in GitHub Desktop.
sshd diff
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