-
Notifications
You must be signed in to change notification settings - Fork 481
Closed
Description
Describe the issue
vagrant up fails after c330fff
master1: chmod 0700 /home/vagrant/.ssh master1: chmod 0600 /home/vagrant/.ssh/authorized_keys /home/vagrant/.ssh/id_rsa master1: chmod 0644 /home/vagrant/.ssh/authorized_keys /home/vagrant/.ssh/id_rsa.pub master1: eval echo "`hostname -s`,`hostname -f`,`hostname -i` `cat /etc/ssh/ssh_host_ed25519_key.pub`" >> /vagrant/known_hosts master1: ===== Removing the shared SSH keypair ===== master1: rm /vagrant/id_rsa /vagrant/id_rsa.pub master1: ===== Copying SSH Host Keys ===== master1: sudo cp /vagrant/known_hosts /etc/ssh/ssh_known_hosts master1: ssh 192.168.99.101 sudo cp /vagrant/known_hosts /etc/ssh/ssh_known_hosts master1: Returned a non-zero code: 255 master1: Last output lines: master1: Host key verification failed. master1: See /var/tmp/cmd_OHxL8.log for details
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
I believe we enabled StrictHostKeyChecking in that commit
Metadata
Metadata
Assignees
Labels
No labels