Visit Counter

Saturday, March 23, 2013

Enable Solaris 10 Services





 Enable SSH root login in Solaris 10


1. Change the file /etc/ssh/sshd_config with
 PermitRootLogin yes to replace  PermitRootLogin no
2. restart the services
# svcadm restart svc:/network/ssh:default


 Enable FTP root login in Solaris 10

1. Go to /etc/ftpd
# vi ftpusers    (Remove the root user name in list)


 Enable TELNET root login in Solaris 10

1. Go to /etc/default
# vi login 
(comment out the CONSOLE=/dev/console line by putting a hash before it and you will be all  done)

# CONSOLE=/dev/console

No comments:

Post a Comment