From 7b85261eb041572642597cc8179bfa5f26b9f5eb Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 24 Oct 2016 13:56:11 +0200 Subject: Show how to use --ssh to connect to a remote libvirtd. --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') 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. -- cgit v1.2.3