mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
upstream commit
try all supported key types here; bz#2455 reported by Jakub Jelen Upstream-Regress-ID: 188cb7d9031cdbac3a0fa58b428b8fa2b2482bba
This commit is contained in:
parent
3c019a936b
commit
9c06c814af
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: keyscan.sh,v 1.4 2015/03/03 22:35:19 markus Exp $
|
# $OpenBSD: keyscan.sh,v 1.5 2015/09/11 03:44:21 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="keyscan"
|
tid="keyscan"
|
||||||
@ -8,7 +8,7 @@ rm -f ${OBJ}/host.dsa
|
|||||||
|
|
||||||
start_sshd
|
start_sshd
|
||||||
|
|
||||||
KEYTYPES="rsa dsa"
|
KEYTYPES=`${SSH} -Q key-plain`
|
||||||
if ssh_version 1; then
|
if ssh_version 1; then
|
||||||
KEYTYPES="${KEYTYPES} rsa1"
|
KEYTYPES="${KEYTYPES} rsa1"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user