summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
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
2024-02-09Expand the set of ciphers, MACs and KEX methods in the PuTTY interop tests.Darren Tucker
2024-02-09Factor out PuTTY setup and call when needed.Darren Tucker
2024-01-11don't disable RSA test when DSA is disabled; bug introduced in last commitDamien Miller
2024-01-11make DSA testing optional, defaulting to onDamien Miller
2024-01-09extend ChannelTimeout regression test to exercise multiplexed connectionsDamien Miller
2023-12-18regress test for agent PKCS#11-backed certificatesDamien Miller
2023-12-18regress test for constrained PKCS#11 keysDamien Miller
2023-11-01Specify ssh binary to use instead of relying on installed one. FixesDarren Tucker
2023-11-01add some tests of forced commands overriding Subsystem directivesDamien Miller
2023-10-31Don't try to use sudo inside sshd log wrapper. We still need toDarren Tucker
2023-10-31Only try to chmod logfile if we have sudo. If we don't have sudoDarren Tucker
2023-10-30move PKCS#11 setup code to test-exec.sh so it can be reused elsewhereDamien Miller
2023-10-30tidy and refactor PKCS#11 setup codeDamien Miller
2023-10-29Only try to chown logfiles that exist to prevent spurious errors.Darren Tucker
2023-10-26make use of bsd.regress.mk in extra and interop targets; ok dtucker@Anton Lindqvist
2023-10-26Skip conch interop tests when not enabled instead of fatal.Darren Tucker
2023-10-25ssh conch interop tests requires a controlling terminal; ok dtucker@Anton Lindqvist
2023-10-23Use private key that is allowed by sshd defaults in conch interop tests.Anton Lindqvist
2023-10-20Allow overriding the locations of the Dropbear binaries similar to whatDarren Tucker
2023-10-20Add interop test with Dropbear. Right now this is only dbclient not theDarren Tucker
2023-10-12typos and extra debug trace callsDamien Miller
2023-10-12ensure logs are owned by correct user; feedback/ok dtucker@Damien Miller
2023-10-06typo in error messageDamien Miller
2023-10-06Perform the softhsm2 setup as discrete steps rather than as a longDamien Miller
2023-09-24REGRESS_FAIL_EARLY defaults to yes now. So no need to overload theClaudio Jeker
2023-09-08regress test recursive remote-remote directories copies where theDamien Miller
2023-09-08regress test for recursive copies of directories containing symlinksDamien Miller
2023-09-06regression test for override of subsystem in match blocksDamien Miller
2023-07-28don't need to start a command here; use ssh -N instead.Damien Miller
2023-05-17add LTESTS_FROM variable to allow skipping of tests up to a specificDamien Miller
2023-05-12test ChrootDirectory in Match blockDamien Miller
2023-05-12better error messagesDamien Miller
2023-03-27Remove compatibility code for OpenSSL 1.0.* versions now that -portableDarren Tucker
2023-03-27Add RevokedHostKeys to percent expansion test.Darren Tucker
2023-03-06Unit test for kex_proposal_populate_entries.Darren Tucker
2023-03-02Remove SUDO in proxy command wrapper. Anything that needs sudo isDarren Tucker
2023-03-02Fix breakage on dhgex test.Darren Tucker
2023-03-02Quote grep and log message better.Darren Tucker
2023-03-01Remove old log symlinks before creating new ones. In -portable someDarren Tucker