ssh卡在debug1: SSH2_MSG_KEXINIT sent解决方法
时间:2019-05-14 23:06:35
收藏:0
阅读:1617
在用osboxes.org上的linux ubuntu镜像时,安装了openssh-server后,发现ssh会卡在debug1: SSH2_MSG_KEXINIT sent上
解决方法是:
$ sudo rm -rf /etc/ssh/ssh_host*
$ sudo dpkg-reconfigure openssh-server
原文:https://www.cnblogs.com/suhanwu/p/10865210.html
评论(0)