Vagrant
-
Box
-
Networking
-
KVM
-
Resources
Cheatsheet
Get SSH config
$ vagrant ssh-config
Host default
HostName 127.0.0.1
User vagrant
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile $SSH_KEY_PATH
IdentitiesOnly yes
LogLevel FATAL
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
Providers
libvirt
-
Plugin
vagrant plugin install vagrant-libvirt