2011年11月14日 星期一

[Fixed] Mint 在ssh時出現Connection Refused

原因在於預設情況下,Mint是不包含sshd,因此得自行安裝。
sudo apt-get install -y sshd

# 沒錯,chkconfig也是沒有的,得自己安裝
sudo apt-get install -y chkconfig

# 設定sshd成為開機執行
sudo chkconfig ssh on
chkconfig --list ssh

沒有留言:

張貼留言