ubuntu中sshd_config配置文件不存在
sshd_config配置文件不存在 导致外部无法连接ssh
解决方案:
1.完全卸载
sudo apt-get remove openssh-server openssh-client --purge -y
2. openssh安装
apt-get install openssh-server openssh-client -y
3. openssh重启
systemctl restart ssh
然后就好了
sshd_config配置文件不存在 导致外部无法连接ssh
解决方案:
1.完全卸载
sudo apt-get remove openssh-server openssh-client --purge -y
2. openssh安装
apt-get install openssh-server openssh-client -y
3. openssh重启
systemctl restart ssh
然后就好了