search for: 6553c9c

Displaying 2 results from an estimated 2 matches for "6553c9c".

Did you mean: 65539
2014 Nov 03
0
[PATCH] customize: Add --ssh-inject option for injecting SSH keys.
...4 --- a/po/POTFILES-ml +++ b/po/POTFILES-ml @@ -25,6 +25,7 @@ customize/hostname.ml customize/password.ml customize/perl_edit.ml customize/random_seed.ml +customize/ssh_key.ml customize/timezone.ml customize/urandom.ml mllib/JSON.ml diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index 6553c9c..17fe612 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -102,6 +102,7 @@ deps = \ $(top_builddir)/customize/firstboot.cmx \ $(top_builddir)/customize/perl_edit-c.o \ $(top_builddir)/customize/perl_edit.cmx \ + $(top_builddir)/customize/ssh_key.cmx \ $(top_builddir)/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