I am able to create my vagrant instance with vagrant up
, I am able to ssh in using vagrant ssh
, no problem. However, when I run vagrant reload
, I can never get back in, and only get the following"
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection reset. Retrying...
default: Warning: Remote connection disconnect. Retrying...
Until it times out. I have these lines in my Vagrantfile:
config.ssh.forward_agent = true
config.ssh.insert_key = false
Although the second line I added after I already started having this problem. I’m happy to provide you with the contents of my Vagrantfile, or vagrant-config.json, or whatever you want. I’m running ubuntu 20.04 on my host, and my client is ubuntu 16.04.