summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/firstrun_script.sh
diff options
context:
space:
mode:
authorroot2015-02-24 17:25:27 +0100
committerroot2015-02-24 17:25:27 +0100
commitb0c332f891b914d1d4efb7e3e0d489978dc87891 (patch)
treeee08f66918bc1f7324e54f5c3a583aae505c3ab0 /satellit_installer/static_files/firstrun_script.sh
parent[SSPS] Add sudoers rule for ldadp-setperms (diff)
downloadsetup-scripts-b0c332f891b914d1d4efb7e3e0d489978dc87891.tar.gz
setup-scripts-b0c332f891b914d1d4efb7e3e0d489978dc87891.tar.xz
setup-scripts-b0c332f891b914d1d4efb7e3e0d489978dc87891.zip
[SSPS] Begun moving div. functions to rc.local
Diffstat (limited to 'satellit_installer/static_files/firstrun_script.sh')
-rw-r--r--satellit_installer/static_files/firstrun_script.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/satellit_installer/static_files/firstrun_script.sh b/satellit_installer/static_files/firstrun_script.sh
index bf5a3ed..0dee034 100644
--- a/satellit_installer/static_files/firstrun_script.sh
+++ b/satellit_installer/static_files/firstrun_script.sh
@@ -125,18 +125,6 @@ if ! grep -q "synd.*respawn" /etc/inittab; then
echo "synd:2:once:/opt/syncdaemon/syncdaemon.sh" >> /etc/inittab
fi
-echo
-echo "Neue SSH host keys werden generiert"
-echo "(Beim nächsten Verbinden mit dem Satelliten-Server werden Sie möglicherweise"
-echo "eine entsprechende Warnung erhalten)"
-echo
-
-rm -f /etc/ssh/ssh_host_*key* 2>/dev/null
-
-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
-
echo "Abschließend können Sie festlegen, ob der Server seine IP-Konfiguration"
echo "per DHCP erhält, oder eine statische Konfiguration verwendet wird."
/usr/local/sbin/netsetup