]> gitweb.fluxo.info Git - hydra.git/commitdiff
Provision: additional SSH fingerprints
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Sep 2016 17:57:15 +0000 (14:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Sep 2016 17:57:15 +0000 (14:57 -0300)
lib/hydra/provision

index 1c241295273fd9719a7973470420ca858ab15782..62e066ca0d9f8657373b38a9d38df377109b1317 100644 (file)
@@ -42,4 +42,6 @@ function hydra_provision_fingerprints {
   echo "OpenSSH fingerprints:"
   hydra_sudo_run chroot $WORK ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub
   hydra_sudo_run chroot $WORK ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub
+  hydra_sudo_run chroot $WORK ssh-keygen -l -f /etc/ssh/ssh_host_ecdsa_key.pub
+  hydra_sudo_run chroot $WORK ssh-keygen -l -f /etc/ssh/ssh_host_ed25519_key.pub
 }