ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -
    it seems can't ssh virtual box.   i have virtual box running win7. host pc in win7. virtual box created through vagrant following vagrantfile.   vagrant.configure("2") |config|       config.vm.box = "http://aka.ms/vagrant-win7-ie11"   end   open cmd. go root folder of vagrantfile. execute following command:   vagrant   cmd displays:   bringing machine 'default' 'virtualbox' provider...   ==> default: clearing set forwarded ports...   ==> default: clearing set network interfaces...   ==> default: preparing network interfaces based on configuration...       default: adapter 1: nat   ==> default: forwarding ports...       default: 22 (guest) => 2222 (host) (adapter 1)   ==> default: booting vm...   ==> default: waiting machine boot. may take few minutes...       default: ssh address: 127.0.0.1:2222     default: ssh username: vagrant       default: ssh auth method: private key  timed out while waiting machine boot...   time o...