summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2024-10-22Remove sshd logfile in start_sshd, and ssh and sshd log wrappers beforeDarren Tucker
2024-10-14regress support for split sshd-auth binaryDamien Miller
2024-09-27test some more Match syntax, including criteria=arg and negationsDamien Miller
2024-09-09test mlkem768x25519-sha256Damien Miller
2024-09-03regression test for Include variable expansionDamien Miller
2024-08-28fix test: -F is the argument to specify a non-default ssh_config,Damien Miller
2024-08-22Use aes128-ctr for MAC tests since default has implicit MAC.Darren Tucker
2024-08-21Some awks won't match on the \r so delete it instead.Darren Tucker
2024-08-21Use curve25519-sha256 kex where possible. Except where we're explicitlyDarren Tucker
2024-08-20Send only as much data as needed to trigger rekeying.Darren Tucker
2024-08-20Merge AEAD test into main test loop. Removes 3 duplicate tests andDarren Tucker
2024-08-20Set a default RekeyLimit of 256k. Used unless overridden by aDarren Tucker
2024-08-20Add Compression=no to default ssh_config. All of the rekey tests use itDarren Tucker
2024-08-20Remove duplicate curve25519-sha256 kex. curve25519-sha256@libssh.orgDarren Tucker
2024-08-20Unnest rekey param parsing test and use ssh not sshd. ssh uses the sameDarren Tucker
2024-08-15adapt to EVP_PKEY conversionDamien Miller
2024-07-19test transfers in mux proxy mode tooDamien Miller
2024-07-01use "lcd" to change directory before "lls" rather then "cd", sinceDamien Miller
2024-06-20Work around dbclient cipher and mac query bug.Darren Tucker
2024-06-20Remove dropbear key types not supported by current OpenSSH.Darren Tucker
2024-06-19Provide defaults for ciphers and macs if querying for them fails sinceDarren Tucker
2024-06-19Use ed25519 keys for kex tests since that's supported by OpenSSH even whenDarren Tucker
2024-06-19Rework dropbear key setup to always generate ed25519 keys, other typesDarren Tucker
2024-06-18Re-enable ssh-dss tests if ssh is compiled with DSA supportDarren Tucker
2024-06-18Stop using DSA in dropbear interop tests.Anton Lindqvist
2024-06-16same treatment for this testDamien Miller
2024-06-16penalty test is still a bit racyDamien Miller
2024-06-15crank up penalty timeouts so this should work on even the slowest ofDamien Miller
2024-06-14split the PerSourcePenalties test in two: one tests penalty enforcementDamien Miller
2024-06-14don't redirect stderr for ssh-keyscan we expect to succeedDamien Miller
2024-06-14specify an algorithm for ssh-keyscan, otherwise it will makeDamien Miller
2024-06-11fix PIDFILE handling, broken for SUDO=doas in last commit hereDamien Miller
2024-06-06regress test for PerSourcePenaltiesDamien Miller
2024-06-06make sure logs are saved from sshd run via start_sshdDamien Miller
2024-06-06simplifyDamien Miller
2024-06-06prepare for PerSourcePenalties being enabled by default in futureDamien Miller
2024-05-22this test has been broken since 2014, and has been testing the sameDamien Miller
2024-05-19Add missing kex-names.c source file required since the ssh split.Anton Lindqvist
2024-05-17allow overriding the sshd-session binary pathDamien Miller
2024-04-03Since ssh-agent(1) is only readable by root by now, use ssh(1) whileAnton Lindqvist
2024-03-29Use egrep instead of grep -E. Some plaforms don't have the latter so thisDarren Tucker
2024-03-26test -h is the POSIXly way of testing for a symlink. Reduces diff vsDarren Tucker
2024-03-25optional debuggingDamien Miller
2024-03-25Verify string returned from local shell command.Darren Tucker
2024-03-25Improve shell portability: grep -q is not portable so redirect stdout,Darren Tucker
2024-03-25Save error code from SSH for use inside case statement, from portable.Darren Tucker
2024-03-25Increase timeout. Resyncs with portable where some of the testDarren Tucker
2024-03-25In PuTTY interop test, don't assume the PuTTY major version is 0.Darren Tucker
2024-03-08Invoke ProxyCommand that uses stderr redirection via $TEST_SHELL.Darren Tucker
2024-02-19Always define puttysetup function.Darren Tucker