vagrant 的使用 1 2 3 vagrant ssh-config # 查看 vagrant的 ssh 配置 # 给 vscode 使用 1 2 3 4 5 6 7 8 9 10 Host default HostName 127.0.0.1 User vagrant Port 2222 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile F:/vagrant/centos7/.vagrant/machines/default/virtualbox/private_key IdentitiesOnly yes LogLevel FATAL 为了方便使用,还是加个宝