summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-29 16:46:51 +0100
committerSimon Rettberg2019-10-29 16:46:51 +0100
commit26198ba3e4df60beebb2ab49aaf6d5d59d01fedf (patch)
treeb32a3da1657c9ddc74fe1072b7908bf166a49270
parent[SSPS] static files/rclocal_script.sh bug (passwds written but not changed) (diff)
downloadsetup-scripts-26198ba3e4df60beebb2ab49aaf6d5d59d01fedf.tar.gz
setup-scripts-26198ba3e4df60beebb2ab49aaf6d5d59d01fedf.tar.xz
setup-scripts-26198ba3e4df60beebb2ab49aaf6d5d59d01fedf.zip
[SSPS] Add ed25519 keypair for sshd
-rw-r--r--satellit_installer/static_files/rclocal_script.sh1
1 files changed, 1 insertions, 0 deletions
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