oops, forgot to take out some debugging stuff
SVN-Revision: 550
This commit is contained in:
parent
0808d84bf9
commit
adb9bba64a
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue