Skip to content

Instantly share code, notes, and snippets.

@yano3
Created June 3, 2012 07:39
Show Gist options
  • Save yano3/2862478 to your computer and use it in GitHub Desktop.
Save yano3/2862478 to your computer and use it in GitHub Desktop.
sshd_config diff
$ 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