upstream: The test sshd_config in in $OBJ.
OpenBSD-Regress-ID: 1e5d908a286d8e7de3a15a0020c8857f3a7c9172
This commit is contained in:
parent
8fe2544020
commit
19a0f0529d
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: keyscan.sh,v 1.8 2019/01/28 03:28:10 dtucker Exp $
|
||||
# $OpenBSD: keyscan.sh,v 1.9 2019/01/28 03:50:39 dtucker Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="keyscan"
|
||||
|
@ -11,7 +11,7 @@ for i in $KEYTYPES; do
|
|||
algs="$algs,$i"
|
||||
fi
|
||||
done
|
||||
echo "HostKeyAlgorithms $algs" >> sshd_config
|
||||
echo "HostKeyAlgorithms $algs" >> $OBJ/sshd_config
|
||||
|
||||
start_sshd
|
||||
|
||||
|
|
Loading…
Reference in New Issue