mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
oops, forgot to take out some debugging stuff
SVN-Revision: 550
This commit is contained in:
parent
0808d84bf9
commit
adb9bba64a
@ -2,10 +2,10 @@
|
||||
|
||||
for type in rsa dss; do {
|
||||
# check for keys
|
||||
key=/tmp/dropbear/dropbear_${type}_host_key
|
||||
key=/etc/dropbear/dropbear_${type}_host_key
|
||||
[ ! -f $key ] && {
|
||||
# generate missing keys
|
||||
mkdir -p /tmp/dropbear
|
||||
mkdir -p /etc/dropbear
|
||||
[ -x /usr/bin/dropbearkey ] && {
|
||||
/usr/bin/dropbearkey -t $type -f $key 2>&- >&- && exec $0 $*
|
||||
} &
|
||||
|
Loading…
Reference in New Issue
Block a user