From 26198ba3e4df60beebb2ab49aaf6d5d59d01fedf Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 29 Oct 2019 16:46:51 +0100 Subject: [SSPS] Add ed25519 keypair for sshd --- satellit_installer/static_files/rclocal_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/satellit_installer/static_files/rclocal_script.sh b/satellit_installer/static_files/rclocal_script.sh index 303b053..7803aa1 100644 --- a/satellit_installer/static_files/rclocal_script.sh +++ b/satellit_installer/static_files/rclocal_script.sh @@ -49,6 +49,7 @@ echo -n "Generating new ssh keys..." >> /root/init.log ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N "" -t rsa -q ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N "" -t dsa -q ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N "" -t ecdsa -q +ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -N "" -t ed25519 -q echo "... done." >> /root/init.log export LANG=de_DE.UTF-8 -- cgit v1.2.3-55-g7522