step1) 允許使用密碼登入
# vi /etc/ssh/sshd_config
------------------------------
......
PasswordAuthentication yes
......
------------------------------


step2) 開機後自動啟動SSH service
# vi /etc/rc.conf
------------------------------
......
sshd_enable="YES"
......
------------------------------  


step3)
# /etc/rc.d/sshd restart

文章標籤
全站熱搜
創作者介紹
創作者 dreamtails 的頭像
dreamtails

雜七雜八的小筆記!

dreamtails 發表在 痞客邦 留言(0) 人氣(1,400)