ssh 连接服务器突然很慢
每次都报warning :
Warning: Permanently added (RSA) to the list of known hosts.
解决:
检查以前做的同步 .ssh/authorized_keys ,可以删除试下
ssh-keygen
本文共 182 字,大约阅读时间需要 1 分钟。
ssh 连接服务器突然很慢
每次都报warning :
Warning: Permanently added (RSA) to the list of known hosts.
解决:
检查以前做的同步 .ssh/authorized_keys ,可以删除试下
ssh-keygen
转载于:https://blog.51cto.com/jafy00/764559