0

I am installing vagrant(version 1.7.2) on Windows 7. During vagrant up process, I addconfig.ssh.insert_key = false according to vagrant prompt. Then I use the following SSH command to login:

ssh -p 2222 [email protected]
Password:

I input vagrant, but can't login. Could anyone give any clues?

1 Answer 1

0

The root cause is forgetting using private key.

For putty client, please refer this link:https://stackoverflow.com/questions/9885108/ssh-to-vagrant-box-in-windows

For Cygwin client:

Copy C:\Users\user_name\.vagrant.d\insecure_private_key to Cygwin's  /home/user_name/.ssh/id_rsa

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .