summaryrefslogtreecommitdiff
path: root/regress/hostkey-rotate.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: select all RSA hostkey algorithms for UpdateHostkeys tests,djm@openbsd.org2022-01-051-4/+13
| | | | | | not just RSA-SHA1 OpenBSD-Regress-ID: b40e62b65863f2702a0c10aca583b2fe76772bd8
* Move the fgrep replacement to hostkey-rotate.sh.Darren Tucker2021-09-241-0/+19
| | | | | The fgrep replacement for buggy greps doesn't work in the sftp-glob test so move it to just where we know it's needed.
* upstream: remove GlobalKnownHostsFile for this test afterdjm@openbsd.org2020-10-071-2/+5
| | | | | | UpdateHostkeys change OpenBSD-Regress-ID: a940ad79d59343319613ba8fc46b6ef24aa3f8e1
* upstream: test FIDO2/U2F key types; ok markus@djm@openbsd.org2019-11-271-7/+4
| | | | OpenBSD-Regress-ID: 367e06d5a260407619b4b113ea0bd7004a435474
* upstream: skip security-key key types for tests until we have adjm@openbsd.org2019-11-011-2/+2
| | | | | | dummy U2F middleware to use. OpenBSD-Regress-ID: 37200462b44334a4ad45e6a1f7ad1bd717521a95
* upstream: Use ed25519 for most hostkey rotation tests since it'sdtucker@openbsd.org2019-08-301-30/+44
| | | | | | | supported even when built without OpenSSL. Use RSA for the secondary type test if supported, otherwise skip it. Fixes this test for !OpenSSL builds. OpenBSD-Regress-ID: 101cb34a84fd974c623bdb2e496f25a6e91be109
* upstream commitdjm@openbsd.org2015-09-041-19/+1
| | | | | | trim junk from end of file; bz#2455 from Jakub Jelen Upstream-Regress-ID: a4e64e8931e40d23874b047074444eff919cdfe6
* upstream commitmarkus@openbsd.org2015-07-151-4/+4
| | | | | | | Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypes and PubkeyAcceptedKeyTypes to test DSA. Upstream-Regress-ID: 0ff2a3ff5ac1ce5f92321d27aa07b98656efcc5c
* upstream commitmarkus@openbsd.org2015-04-011-4/+4
| | | | use ${SSH} for -Q instead of installed ssh
* upstream commitdjm@openbsd.org2015-03-041-5/+4
| | | | | reorder logic for better portability; patch from Roumen Petrov
* upstream commitdjm@openbsd.org2015-01-271-0/+129
regression test for host key rotation