summaryrefslogtreecommitdiff
path: root/openwrt/package/openssh/files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-01-02 13:00:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-01-02 13:00:09 +0000
commite5ff9675317436a5bb8eb7aa9504ce5ca540adcb (patch)
treed8a8127d15c3fafb1f7c95be6f452d892d564e60 /openwrt/package/openssh/files
parent41bf67c121f8927bbf7a903274ff00d44d2c8c40 (diff)
downloadmtk-20170518-e5ff9675317436a5bb8eb7aa9504ce5ca540adcb.zip
mtk-20170518-e5ff9675317436a5bb8eb7aa9504ce5ca540adcb.tar.gz
mtk-20170518-e5ff9675317436a5bb8eb7aa9504ce5ca540adcb.tar.bz2
Corrected ticket #100
SVN-Revision: 2804
Diffstat (limited to 'openwrt/package/openssh/files')
-rwxr-xr-xopenwrt/package/openssh/files/S50sshd4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/openssh/files/S50sshd b/openwrt/package/openssh/files/S50sshd
index bb23691..f1bc833 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 ] && {
@@ -11,5 +11,5 @@ for type in rsa dsa; do {
exit 0
}
}; done
-
+mkdir -p /var/emtpy
/usr/sbin/sshd