mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #31 from domcleal/ssh-user
Don't force username to root, rely on config.ssh.username
This commit is contained in:
commit
1ba2b9aeb0
@ -45,7 +45,6 @@ module VagrantPlugins
|
||||
return {
|
||||
:host => ip_address,
|
||||
:port => 22,
|
||||
:username => 'root',
|
||||
:forward_agent => true,
|
||||
:forward_x11 => true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user