View Single Post
Posts: 135 | Thanked: 75 times | Joined on Apr 2011 @ Buenos Aires, Argentina
#6
Originally Posted by F2thaK View Post
how do you "turn off" SSH?
You don't turn it off, that's right. But you can disable root access.

Code:
vi /etc/ssh/sshd_config
Code:
PermitRootLogin no
 

The Following 8 Users Say Thank You to sr00t For This Useful Post: