Edit /etc/ssh/sshd_config and...
PermitRootLogin no
You should also allow only logins using ssh2
Protocol 2
ssh2 is more secure then ssh1
Then restart sshd: service sshd restart
Using RH 7.3
Where/how do i prevent the root user logging in using ssh
Spot told me once on irc but i been dun forgot?
ta![]()
Its better to regret something you have done than to regret something you havent done :P
Edit /etc/ssh/sshd_config and...
PermitRootLogin no
You should also allow only logins using ssh2
Protocol 2
ssh2 is more secure then ssh1
Then restart sshd: service sshd restart
Bookmarks