From df332569de1162bd9a4deeb4c2c5271cbfdee6ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 3 Jul 2018 00:36:12 -0300 Subject: Provision fixes --- lib/hydra/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/hydra/provision b/lib/hydra/provision index 850230b..a2ebefe 100644 --- a/lib/hydra/provision +++ b/lib/hydra/provision @@ -45,7 +45,7 @@ EOF 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_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 -- cgit v1.2.3