[openssh-commits] [openssh] 01/01: upstream: Increase keyscan timeout from default. On slow hosts 3

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jan 22 18:34:36 AEDT 2020


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 8d3af6ebdf524b34087a0a3ae415b5141ba10572
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Jan 22 07:31:27 2020 +0000

    upstream: Increase keyscan timeout from default. On slow hosts 3
    
    concurrent keyscans can hit the default 5 second timeout, so increase to 15
    seconds.
    
    OpenBSD-Regress-ID: 16383dec166af369b7fb9948572856f5d544c93f
---
 regress/keyscan.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regress/keyscan.sh b/regress/keyscan.sh
index b8593fed..75a14ee0 100644
--- a/regress/keyscan.sh
+++ b/regress/keyscan.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: keyscan.sh,v 1.12 2019/12/16 02:39:05 djm Exp $
+#	$OpenBSD: keyscan.sh,v 1.13 2020/01/22 07:31:27 dtucker Exp $
 #	Placed in the Public Domain.
 
 tid="keyscan"
@@ -16,7 +16,7 @@ start_sshd
 
 for t in $SSH_KEYTYPES; do
 	trace "keyscan type $t"
-	${SSHKEYSCAN} -t $t -p $PORT 127.0.0.1 127.0.0.1 127.0.0.1 \
+	${SSHKEYSCAN} -t $t -T 15 -p $PORT 127.0.0.1 127.0.0.1 127.0.0.1 \
 		> /dev/null 2>&1
 	r=$?
 	if [ $r -ne 0 ]; then

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list