Two separate Vagrant machines, windows host, PuTTY - how?
问题 I'd like to create two vagrant machines via two vagrant files, and be able to ssh into them via PuTTY. I thought it might be as simple as port forwarding one of them via, say, port 2223 instead of 2222, and using two PuTTY connections. Despite my vagrant ssh-config looking like this: HostName 127.0.0.1 User vagrant Port 2223 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile "XXXXXXXXXXXXXXXXXXXXXXXXXXX" IdentitiesOnly yes LogLevel FATAL ... I seem