无法SSH到13.04的新Vagrant安装中
我从http://cloud-images.ubuntu.com/vagrant/raring/current/raring-server-cloudimg-i386-vagrant-disk1.box使用了13.04的Vagrant映像来创建新的虚拟机,并尝试连接到它使用SSH。但是,SSH始终会立即断开连接,甚至没有进入尝试进行身份验证的阶段。 我在VirtualBox GUI中打开了VM,然后查看了SSH日志文件(auth.log)。到处都是这样的行: Jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd[898]: error: Could not load host key: /etc/ssh/ssh_host_rsa_key Jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd[898]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key Jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd[898]: error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key Jul 25 17:57:02 vagrant-ubuntu-raring-32 sshd[898]: fatal: No supported key exchange algorithms …