diff options
author | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-24 13:56:11 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-24 13:57:09 +0200 |
commit | 7b85261eb041572642597cc8179bfa5f26b9f5eb (patch) | |
tree | 68190e1894ff73d242bc2cc310ed09b1838678f4 | |
parent | ea7d0a0175bedc14f5d4602561ba257bcc431a00 (diff) |
Show how to use --ssh to connect to a remote libvirtd.
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |