Big pipe server/Services/SSH
From Whitespace (Hackerspace Gent)
< Big pipe server | Services(Difference between revisions)
(Created page with "* Disable root login and passwd auth: /etc/ssh/sshd_config <pre> PermitRootLogin no PasswordAuthentication no </pre>") |
m (moved Big Pipe Server/Services/SSH to Big pipe server/Services/SSH) |
Latest revision as of 02:13, 17 August 2011
- Disable root login and passwd auth:
/etc/ssh/sshd_config
PermitRootLogin no PasswordAuthentication no