May 8, 2003 #1 farley99 MIS Joined Feb 12, 2003 Messages 413 Location US How do i set redhat to make a user log in as a non priviledged user before logging in as root?
May 8, 2003 1 #2 danielhozac Programmer Joined Aug 21, 2001 Messages 2,058 Location SE In [tt]/etc/ssh/sshd_config[/tt], there is a commented line that says [tt]#PermitRootLogin yes[/tt]. Change that to [tt]PermitRootLogin no[/tt]. //Daniel Upvote 0 Downvote
In [tt]/etc/ssh/sshd_config[/tt], there is a commented line that says [tt]#PermitRootLogin yes[/tt]. Change that to [tt]PermitRootLogin no[/tt]. //Daniel