A causa raiz é esquecer usando a chave privada.
Para o cliente putty
, consulte este link: link
Para Cygwin
client:
Copy C:\Users\user_name\.vagrant.d\insecure_private_key to Cygwin's /home/user_name/.ssh/id_rsa
Estou instalando vagrant
(versão 1.7.2
) em Windows 7
. Durante vagrant up
process, adiciono config.ssh.insert_key = false
de acordo com o prompt vagrant
. Então eu uso o seguinte comando SSH
para entrar:
ssh -p 2222 [email protected]
Password:
Eu insiro vagrant
, mas não consigo fazer login. Alguém poderia dar alguma pista?
A causa raiz é esquecer usando a chave privada.
Para o cliente putty
, consulte este link: link
Para Cygwin
client:
Copy C:\Users\user_name\.vagrant.d\insecure_private_key to Cygwin's /home/user_name/.ssh/id_rsa