[Installing Oracle DataBase Server 11.2.0.3 on Oracle Linux 6.3]: Disable Remote Root Login to the Database Server
# vi /etc/ssh/sshd_config
Change
#PermitRootLogin yes
to
PermitRootLogin no
# service sshd restart
# vi /etc/ssh/sshd_config
Change
#PermitRootLogin yes
to
PermitRootLogin no
# service sshd restart