[CentOS] Signing In Other than Root
Max Hetrick
maxhetrick at verizon.netTue Jan 5 13:16:07 UTC 2010
- Previous message: [CentOS] Signing In Other than Root
- Next message: [CentOS] Signing In Other than Root
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Susan Day wrote: > Hi; > How do I make it so that it's impossible to SSH into the server directly > as root? That is, make it necessary to SSH in as an ordinary user and > then su to root? > TIA, > Suzie # vim /etc/ssh/sshd_config Uncomment the following line: #PermitRootLogin yes PermitRootLogin no # service sshd restart Regards, Max
- Previous message: [CentOS] Signing In Other than Root
- Next message: [CentOS] Signing In Other than Root
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list