projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487505e
)
Fix ssh key names
author
Nicolas Thill
<nico@openwrt.org>
Thu, 16 Jun 2005 15:58:55 +0000
(15:58 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 16 Jun 2005 15:58:55 +0000
(15:58 +0000)
SVN-Revision: 1260
openwrt/package/openssh/files/S50sshd
patch
|
blob
|
history
diff --git
a/openwrt/package/openssh/files/S50sshd
b/openwrt/package/openssh/files/S50sshd
index bb23691954958944974d09d2264a8de5e1aaee68..ed615b4ea619189f22dfb96db1301557efb680a1 100755
(executable)
--- 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 ] && {