diff options
-rw-r--r-- | lib/hydra/provision | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |