diff options
Diffstat (limited to 'opensshd.init.in')
-rwxr-xr-x | opensshd.init.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opensshd.init.in b/opensshd.init.in index 3908566b7..99e5a51ab 100755 --- a/opensshd.init.in +++ b/opensshd.init.in | |||
@@ -17,7 +17,6 @@ PIDFILE=$piddir/sshd.pid | |||
17 | PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'` | 17 | PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'` |
18 | [ X$PidFile = X ] || PIDFILE=$PidFile | 18 | [ X$PidFile = X ] || PIDFILE=$PidFile |
19 | SSH_KEYGEN=$prefix/bin/ssh-keygen | 19 | SSH_KEYGEN=$prefix/bin/ssh-keygen |
20 | HOST_KEY_RSA1=$sysconfdir/ssh_host_key | ||
21 | HOST_KEY_DSA=$sysconfdir/ssh_host_dsa_key | 20 | HOST_KEY_DSA=$sysconfdir/ssh_host_dsa_key |
22 | HOST_KEY_RSA=$sysconfdir/ssh_host_rsa_key | 21 | HOST_KEY_RSA=$sysconfdir/ssh_host_rsa_key |
23 | @COMMENT_OUT_ECC@HOST_KEY_ECDSA=$sysconfdir/ssh_host_ecdsa_key | 22 | @COMMENT_OUT_ECC@HOST_KEY_ECDSA=$sysconfdir/ssh_host_ecdsa_key |
@@ -25,9 +24,6 @@ HOST_KEY_ED25519=$sysconfdir/ssh_host_ed25519_key | |||
25 | 24 | ||
26 | 25 | ||
27 | checkkeys() { | 26 | checkkeys() { |
28 | @COMMENT_OUT_RSA1@ if [ ! -f $HOST_KEY_RSA1 ]; then | ||
29 | @COMMENT_OUT_RSA1@ ${SSH_KEYGEN} -t rsa1 -f ${HOST_KEY_RSA1} -N "" | ||
30 | @COMMENT_OUT_RSA1@ fi | ||
31 | if [ ! -f $HOST_KEY_DSA ]; then | 27 | if [ ! -f $HOST_KEY_DSA ]; then |
32 | ${SSH_KEYGEN} -t dsa -f ${HOST_KEY_DSA} -N "" | 28 | ${SSH_KEYGEN} -t dsa -f ${HOST_KEY_DSA} -N "" |
33 | fi | 29 | fi |