Monday, March 19, 2012

DENY ROOT SSH LOGIN


ALLOW   NORMAL USER  LOGIN VIA PUTTY


In SLES 11

Server :-  192.168.0.101

Edit the line

# vim /etc/ssh/sshd_config
unComment the PermitRootLogin     Yes
and change like this
 
PermitRootLogin   no

And save the file

Then restart the ssh service

Create normal user ( amol)



Client machine :- 192.168.0.50

No comments:

Post a Comment