본문 바로가기

ETC & TIP

Bitvise SSH

Bitvise SSH
->192.168.10.50
->

# service ssh restart
# vi /etc/ssh/sshd_config
(/PermitRootLogin)
PermitRootLogin Yes
# service ssh restart

# update-rc.d ssh enable (# chkconfig sshd on)
# service ssh restart (# service sshd restart)