aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@libreoffice.org>2016-10-24 13:56:11 +0200
committerGuilhem Moulin <guilhem@libreoffice.org>2016-10-24 13:57:09 +0200
commit7b85261eb041572642597cc8179bfa5f26b9f5eb (patch)
tree68190e1894ff73d242bc2cc310ed09b1838678f4 /README
parentea7d0a0175bedc14f5d4602561ba257bcc431a00 (diff)
Show how to use --ssh to connect to a remote libvirtd.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index e3f7ac5..8113ea2 100644
--- a/README
+++ b/README
@@ -31,6 +31,7 @@ Download Debian stable's netinst ISO image and verify its integrity:
Create a new transient virtual machine:
~$ ./tdfvm-install \
+ --ssh=guilhem@falco.documentfoundation.org \
--iso=./dist/debian-8.6.0-amd64-netinst.iso \
-u$USER -p --authorized-keys=$HOME/.ssh/authorized_keys \
-o ./vm170 \
@@ -49,6 +50,10 @@ Create a new transient virtual machine:
4096 SHA256:Hc5yXrUn8OCYC489dr7bKqsHKrfveihCPqwlC+jQD/I /etc/ssh/ssh_host_rsa_key (RSA)
+ --ssh=guilhem@falco.documentfoundation.org
+ Connect to falco's remote libvirtd, using SSH2 for transport.
+ (Note: the user needs to be in the 'libvirt' group.)
+
--iso=./dist/debian-8.6.0-amd64-netinst.iso
Specify the path to the installation ISO image to preseed.