From 3c8f37b7056304fc037b9b7cfb544683c9da1473 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 16 Jun 2005 15:58:55 +0000 Subject: [PATCH] Fix ssh key names SVN-Revision: 1260 --- openwrt/package/openssh/files/S50sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] && { -- 2.30.2