[linux]ssh连不上

//检查状态
sudo service ssh status
//重启
sudo service ssh restart
//卸载重装
sudo apt-get remove –purge openssh-server
sudo apt-get update
sudo apt-get install openssh-server

发表评论

邮箱地址不会被公开。 必填项已用*标注