airedale
01-28-2003, 03:15 PM
I am looking to turn off root access when someone tries to login to my box through ssh. They should be able to su, but not directly login to it as root. Does anyone know of a way to do this?
|
Click to See Complete Forum and Search --> : Turn off root access in ssh airedale 01-28-2003, 03:15 PM I am looking to turn off root access when someone tries to login to my box through ssh. They should be able to su, but not directly login to it as root. Does anyone know of a way to do this? grannydmb 01-28-2003, 03:31 PM In the /etc/ssh/sshd_config file change the following: #No direct root access PermitRootLogin no :) justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |