]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/boot.d/18-sshcerts
Hab mal alles ein wenig bereinigt, da wir die alten Sachen nichtmehr brauchen...
[ipfire-2.x.git] / src / boot.d / 18-sshcerts
diff --git a/src/boot.d/18-sshcerts b/src/boot.d/18-sshcerts
deleted file mode 100644 (file)
index 8510648..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-if [ ! -e /etc/ssh/ssh_host_key ]; then
-       echo "Generating SSH RSA1 key.  This may take several minutes."
-       /usr/bin/ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N ""
-fi
-if [ ! -e /etc/ssh/ssh_host_rsa_key ]; then
-       echo "Generating SSH RSA key.  This may take several minutes."
-       /usr/bin/ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ""
-fi
-if [ ! -e /etc/ssh/ssh_host_dsa_key ]; then
-       echo "Generating SSH DSA key.  This may take several minutes."
-       /usr/bin/ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N "" 
-fi