summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/forwarding.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the sleeps and thus races from the forwarding test. They weredtucker2019-07-201-21/+19
| | | | | | originally required to work with Protocol 1, but now we can use ssh -N and the control socket without the sleeps. While there, suppress output fro the control exit commands.
* Allow SLEEPTIME to be overridden.dtucker2019-07-201-2/+2
|
* Move sleep time into a variable so that we can increase it for platformsdtucker2019-07-201-9/+11
| | | | or configurations that are much slower then usual.
* eliminate explicit specification of protocol in tests and loops overdjm2017-04-301-94/+80
| | | | protocol. We only support SSHv2 now.
* fully unbreak: some $SSH invocations did not have -F specified anddjm2017-01-301-10/+10
| | | | could pick up the ~/.ssh/config of the user running the tests
* partially unbreak: was not specifying hostname on some $SSH invocationsdjm2017-01-301-3/+3
|
* Make forwarding test less racy by using unix domain sockets instead ofdtucker2017-01-061-14/+20
| | | | TCP ports where possible. Patch from cjwatson at debian.org via bz#2659.
* unbreak test for recent ssh de-duplicated forwarding changedjm2016-04-141-2/+2
|
* make it possible to run tests w/o ssh1 support; ok djm@markus2015-03-031-5/+8
|
* fix a race condition by using a mux socket rather than andjm2015-02-231-3/+6
| | | | ineffectual wait statement
* correct paths to configuration files being written/updated;djm2015-02-211-3/+3
| | | | they live in $OBJ not cwd; some by Roumen Petrov
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-3/+19
| | | | | | | | may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@
* Add test for forward config parsingdtucker2013-06-101-1/+16
|
* Move the setting of DATA and COPY into test-exec.shdtucker2013-05-171-4/+4
|
* use -E option for ssh and sshd to write debuging logs to ssh{,d}.log anddtucker2013-04-071-3/+3
| | | | | | save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log.
* append to rather than truncate test log; bz#2013 from openssh ATdjm2012-06-011-3/+3
| | | | roumenpetrov.info
* regress test for stdio forwardingdtucker2010-01-111-1/+11
|
* add test for ExitOnForwardFailure=yesmarkus2006-07-111-1/+31
|
* Regress test for ClearAllForwardings (bz #994); ok markus@dtucker2005-03-101-1/+32
|
* allow specification of binary-under-test withmarkus2002-03-151-3/+3
| | | | $TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN}
* $OpenBSD$, public domainmarkus2002-02-161-0/+3
|
* we don't need a listening sshd for most of our tests, justmarkus2002-02-151-0/+2
| | | | | connect client and server w/o TCP: ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy'
* serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agentmarkus2002-02-141-0/+28
note that these tests will start sshd on 127.0.0.1:4242 and will fail if the realpath of /usr/src/usr.sbin/ssh/obj/ contains a group or world writeable directory.