php - Laravel Homestead Hangs on SSH Auth Method -


i'm having issue laravel homestead on windows 7. when run vagrant it's hanging on:

ssh auth method: private key

not sure why is. i've tried number of solutions. here auth stuff homestead.yaml file:

authorize: c:/users/kim.ward/.ssh/id_rsa.pub  keys:     - c:/users/kim.ward/.ssh/id_rsa 

i have tried:

authorize: ~/.ssh/id_rsa.pub  keys:     - ~/.ssh/id_rsa 

i've attempted adding:

   config.ssh.private_key_path = "c:/users/kim.ward/.ssh/id_rsa" 

and:

config.ssh.username = "vagrant" config.ssh.password = "vagrant" 

i can confirm virtualisation enabled , i'm using i5 6500.

if check virtual box while box booting , can see in preview window login prompt. can double click instance in virtual box , it'll open , allow me login doesn't set process complete.

i using virtual box version 5.1.18 , vagrant v1.9.1. have tried various other minor versions.

any appreciated. i'm running out of ideas point.

thanks,

kim


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -