We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f4360 commit e921e9fCopy full SHA for e921e9f
vagrant_openssh.conf
@@ -1,12 +1,15 @@
1
# This is an example OpenSSH config you can SSH into your Vagrant machine on Windows.
2
-Host default
+# You can view the current configuration by running:
3
+# c:\files\vagrant\devbox>vagrant ssh-config
4
+
5
+Host devbox
6
HostName 127.0.0.1
7
User vagrant
8
Port 2222
9
UserKnownHostsFile /dev/null
10
StrictHostKeyChecking no
11
PasswordAuthentication no
- IdentityFile C:/files/vagrant/devbox/.vagrant/machines/default/virtualbox/private_key
12
+ IdentityFile c:/files/vagrant/devbox/.vagrant/machines/devbox/virtualbox/private_key
13
IdentitiesOnly yes
14
LogLevel FATAL
15
ForwardX11 yes
0 commit comments