Open the SSH configuration file.
[root@ora ~]# vi /etc/ssh/sshd_config # on line 42: uncomment and change the value to ‘no’ PermitRootLogin no # on line 65: uncomment the following PermitEmptyPasswords no PasswordAuthentication yesSave & quit then execute the following command.
[root@ora ~]# service sshd restart
0 comments:
Post a Comment