-e | grep ssh
如果出現
sshd 則表示已啟動
如果未啟動, 輸入sudo /ect/init.d/ssh start.
或者 sudo
/ect/init.d/ssh restart
/etc/ssh/sshd_config
其中 port 22 為端口,可以自己修改,最好大於20000.
將PermitLogin without-password 注釋掉
即改為 #PermitLogin
without-password
之後,再輸入PermitLogin
yes
有線連接:查看 eth0