sshd类问题总结
//sshd有关问题
配置文件 vim /etc/ssh/sshd_config
其中有一项:ListenAddress 0.0.0.0 //意思是接受任意ip的连接,但是前提是那个ip和sshd服务所在的电脑ip连通(ping)
Failed to start OpenSSH server daemon //--->>>可用sshd -t//-t:测试模式进行检测.
引用:
【】https://www.cnblogs.com/mingforyou/p/7977514.html
【】https://wiki.archlinux.org/index.php/NetworkManager_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)#.E5.90.AF.E7.94.A8_NetworkManager

浙公网安备 33010602011771号