Hi, I did “vagrant halt”, then “vagrant up” and now I can not access the system on the browser, and when I try “vagrant ssh” I get this error “Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).”
Hello,
Please run vagrant ssh-config
and paste the output
1 Like
Host default HostName 127.0.0.1 User vagrant Port 2200 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentitiesOnly yes LogLevel FATAL
Hi Tumganile,
Can you see if this link is of any help?