首页 > 其他 > 详细

ssh连接失败

时间:2017-07-25 09:19:22      阅读:233      评论:0      收藏:0      [点我收藏+]

参考:http://www.cnblogs.com/starof/p/4709805.html

 

https://www.chenyudong.com/archives/ssh-using-private-public-key-no-password.html

 

http://www.jianshu.com/p/35feb4ff79c5

--------------------------------------------------------------------------------------------------------

技术分享

 

Could not load host key: /etc/ssh/ssh_host_ed25519_key in /var/log/auth.log

You can generate the missing hostkey via:

ssh-keygen -A

ed25519 is a bit faster and more secure. It‘s not necessary and, aside from logspam, this doesn‘t have that much effect. You could, indeed, comment out HostKey /etc/ssh/ssh_host_ed25519_key, without much effect. But, at the same time, `ed25519 is a good host-key format to support.

 

可还是ssh连接不上:

客户端:

技术分享

 

 服务端:

技术分享

 

ssh连接失败

原文:http://www.cnblogs.com/oxspirt/p/7231930.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!