Created
June 3, 2012 07:39
-
-
Save yano3/2862478 to your computer and use it in GitHub Desktop.
sshd_config diff
This file contains 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
$ diff /etc/ssh/sshd_config /etc/ssh/sshd_config.dist | |
26c26 | |
< PermitRootLogin no | |
--- | |
> PermitRootLogin yes | |
50c50 | |
< PasswordAuthentication no | |
--- | |
> #PasswordAuthentication yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment