From: Silvio Rhatto Date: Fri, 16 Sep 2016 17:57:15 +0000 (-0300) Subject: Provision: additional SSH fingerprints X-Git-Tag: 0.2.4~96 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=059026aa9b49623bcc55d51aba0dfd2cb6c7bd9a;p=hydra.git Provision: additional SSH fingerprints --- diff --git a/lib/hydra/provision b/lib/hydra/provision index 1c24129..62e066c 100644 --- a/lib/hydra/provision +++ b/lib/hydra/provision @@ -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 }