From: Nicolas Thill Date: Thu, 16 Jun 2005 15:58:55 +0000 (+0000) Subject: Fix ssh key names X-Git-Tag: whiterussian_rc4~402 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3c8f37b7056304fc037b9b7cfb544683c9da1473;p=openwrt%2Fsvn-archive%2Fopenwrt.git Fix ssh key names SVN-Revision: 1260 --- diff --git a/openwrt/package/openssh/files/S50sshd b/openwrt/package/openssh/files/S50sshd index bb23691954..ed615b4ea6 100755 --- a/openwrt/package/openssh/files/S50sshd +++ b/openwrt/package/openssh/files/S50sshd @@ -2,7 +2,7 @@ for type in rsa dsa; do { # check for keys - key=/etc/ssh/ssh_${type}_host_key + key=/etc/ssh/ssh_host_${type}_key [ ! -f $key ] && { # generate missing keys [ -x /usr/bin/ssh-keygen ] && {