본문 바로가기

개발/unix

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

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 서비스 재구동