diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-03 00:36:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-03 00:36:12 -0300 |
commit | df332569de1162bd9a4deeb4c2c5271cbfdee6ad (patch) | |
tree | 8a575864b51f0a993ca1b28525ef34b2d07c7476 /lib | |
parent | d10c9ace6da2979e35901b369422348a92e5402c (diff) | |
download | hydra-df332569de1162bd9a4deeb4c2c5271cbfdee6ad.tar.gz hydra-df332569de1162bd9a4deeb4c2c5271cbfdee6ad.tar.bz2 |
Provision fixes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/provision | 2 |
1 files changed, 1 insertions, 1 deletions
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 |