2011年5月15日 星期日

ssh安裝

#安裝
apt-get update
apt-cache search ssh
apt-get install openssh-server

#連線工具
putty


入門教學
http://www.ascc.sinica.edu.tw/putty

#設定檔
/etc/ssh/sshd_config
#改port
# What ports, IPs and protocols we listen for
Port 22

#root是否可登入
PermitRootLogin yes

#重新啟動
/etc/init.d/ssh  restart

沒有留言:

張貼留言