summaryrefslogtreecommitdiff
path: root/regress/agent-timeout.sh
AgeCommit message (Collapse)Author
2019-11-27upstream: test FIDO2/U2F key types; ok markus@djm@openbsd.org
OpenBSD-Regress-ID: 367e06d5a260407619b4b113ea0bd7004a435474
2019-09-03upstream: only add plain keys to prevent any certs laying arounddjm@openbsd.org
from confusing the test. OpenBSD-Regress-ID: b8f1508f822bc560b98dea910e61ecd76f34100f
2019-01-28upstream: Count the number of key types instead of assuming theredtucker@openbsd.org
are only two. OpenBSD-Regress-ID: 0998702c41235782cf0beee396ec49b5056eaed9
2015-03-05upstream commitmarkus@openbsd.org
make it possible to run tests w/o ssh1 support; ok djm@
2013-05-17 - dtucker@cvs.openbsd.org 2013/05/17 01:16:09Darren Tucker
[regress/agent-timeout.sh] Pull back some portability changes from -portable: - TIMEOUT is a read-only variable in some shells - not all greps have -q so redirect to /dev/null instead. (ID sync only)
2003-09-13 - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline forDarren Tucker
slower hosts, increase to 10 sec.
2003-09-09[regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflictTim Rice
with shell read-only variable.
2003-09-04 - [regress/agent-ptrace.sh regress/agent-timeout.sh]Darren Tucker
"grep -q" -> "grep >/dev/null"
2003-01-22 - (djm) Sync regress with OpenBSD -currentDamien Miller