[DRE-commits] [vagrant-libvirt] 48/104: Don't force username to root, rely on config.ssh.username
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Apr 24 13:55:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.
commit 331580f6dbb08fbd402b1ba0564cf7f9df648ac6
Author: Dominic Cleal <dcleal at redhat.com>
Date: Sat Jun 15 20:34:46 2013 +0100
Don't force username to root, rely on config.ssh.username
---
lib/vagrant-libvirt/action/read_ssh_info.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/vagrant-libvirt/action/read_ssh_info.rb b/lib/vagrant-libvirt/action/read_ssh_info.rb
index 559959a..26d8857 100644
--- a/lib/vagrant-libvirt/action/read_ssh_info.rb
+++ b/lib/vagrant-libvirt/action/read_ssh_info.rb
@@ -45,7 +45,6 @@ module VagrantPlugins
return {
:host => ip_address,
:port => 22,
- :username => 'root',
:forward_agent => true,
:forward_x11 => true,
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git
More information about the Pkg-ruby-extras-commits
mailing list