Solaris Telnet/SSH 원격에서 ROOT로 접근하기

2012. 2. 5. 18:28개발/unix

Telnet
# vi /etc/default/login
...
CONSOLE=/dev/console -> #CONSOLE=/dev/console로 주석처리
...


SSH
#vi /etc/ssh/sshd_config
 130  # maybe denied access by a PAM module regardless of this setting.
 131  # Valid options are yes, without-password, no.
 132  PermitRootLogin no -> PermitRootLogin yes

# svcadm refresh ssh               //ssh 서비스 재구동