##ssh远程主机 常见报错处理 ###Q1:###Warning: Permanently added ‘192.168.3.201‘ (ECDSA) to the list of known hosts. ###Permission denied (publickey,gssapi-keyex,gssapi-with-mic). ####在远程主机上远行 sed -i ‘s/^PasswordAuthentication.*/PasswordAuthentication yes/g‘ /etc/ssh/sshd_config systemctl reload sshd ####Q2:##
原文地址:https://www.cnblogs.com/blog-lhong/p/11742475.html
时间: 2024-12-29 04:29:46