search for: b4bb9cc

Displaying 2 results from an estimated 2 matches for "b4bb9cc".

Did you mean: b48bcc
2014 Nov 03
0
[PATCH] customize: Add --ssh-inject option for injecting SSH keys.
...ize/perl_edit-c.o \ $(top_builddir)/customize/perl_edit.cmx \ + $(top_builddir)/customize/ssh_key.cmx \ $(top_builddir)/customize/customize_cmdline.cmx \ $(top_builddir)/customize/customize_run.cmx \ $(top_builddir)/fish/guestfish-uri.o \ diff --git a/v2v/Makefile.am b/v2v/Makefile.am index b4bb9cc..9217777 100644 --- a/v2v/Makefile.am +++ b/v2v/Makefile.am @@ -139,6 +139,7 @@ BOBJECTS = \ $(top_builddir)/customize/perl_edit.cmo \ $(top_builddir)/customize/crypt.cmo \ $(top_builddir)/customize/password.cmo \ + $(top_builddir)/customize/ssh_key.cmo \ $(top_builddir)/customize/customize...
2014 Nov 02
3
[PATCH] customize: Add --ssh-inject option for injecting SSH keys.
This adds a customize option: virt-customize --ssh-inject USER[=KEY] virt-builder --ssh-inject USER[=KEY] virt-sysprep --ssh-inject USER[=KEY] In each case this either injects the current (host) user's ssh pubkey into the guest user USER (adding it to ~USER/.ssh/authorized_keys in the guest), or you can specify a particular key. For example: virt-builder fedora-20 --ssh-inject root