[DRE-commits] [vagrant-libvirt] 53/163: Refer users to vagrant's docs for ssh settings

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.26
in repository vagrant-libvirt.

commit 62dc61409962cecb358bec44a48e6d5cb01741b6
Author: Brian Pitts <brian at polibyte.com>
Date:   Sun Sep 28 14:51:33 2014 -0500

    Refer users to vagrant's docs for ssh settings
---
 README.md | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/README.md b/README.md
index a1789c1..861aa79 100644
--- a/README.md
+++ b/README.md
@@ -294,21 +294,7 @@ end
 
 ## SSH Access To VM
 
-There are some configuration options for ssh access to VM via `config.ssh.*` in
-Vagrantfile. Untill provider version 0.0.5, root user was hardcoded and used to
-access VMs ssh. Now, vagrant user is used by default, but it's configurable via
-`config.ssh.username` option in Vagrantfile now.
-
-If you are still using CentOS 6.4 box from example in this README, please set
-ssh username back to root, because user vagrant is not usable (I forgot to add
-necessary ssh key to his authorized_keys).
-
-Configurable ssh parameters in Vagrantfile after provider version 0.0.5 are:
-
-* `config.ssh.username` - Default is username vagrant.
-* `config.ssh.guest_port` - Default port is set to 22.
-* `config.ssh.forward_agent` - Default is false.
-* `config.ssh.forward_x11` - Default is false.
+vagrant-libvirt supports vagrant's [standard ssh settings](https://docs.vagrantup.com/v2/vagrantfile/ssh_settings.html).
 
 ## Forwarded Ports
 

-- 
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