ssh远程登录无法被建立
The authenticity of host ‘120.xx.x.x (120.x.x.x)’ can’t be established.
解决方式:
1 | ssh -o StrictHostKeyChecking=no 120.xx.x.x |
严格的域名验证检查
原文作者: Burgess
原文链接: https://qiyaozu.github.io/2020/03/03/ssh远程登录无法被建立/
版权声明: 转载请注明出处(必须保留作者署名及链接)
1 | ssh -o StrictHostKeyChecking=no 120.xx.x.x |
严格的域名验证检查
原文作者: Burgess
原文链接: https://qiyaozu.github.io/2020/03/03/ssh远程登录无法被建立/
版权声明: 转载请注明出处(必须保留作者署名及链接)