History log of /openbsd-current/regress/usr.bin/ssh/proxy-connect.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 23-Jan-2020 dtucker

Handle zlib compression being disabled now that it's optional.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.11 26-Sep-2017 dtucker

UsePrivilegeSeparation is gone, stop trying to test it.


# 1.10 30-Apr-2017 djm

eliminate explicit specification of protocol in tests and loops over
protocol. We only support SSHv2 now.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.9 17-Feb-2016 djm

include bad $SSH_CONNECTION in failure output


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.8 03-Mar-2015 markus

make it possible to run tests w/o ssh1 support; ok djm@


Revision tags: OPENBSD_5_6_BASE
# 1.7 03-May-2014 dtucker

Add tests for with and without compression, with and without privsep.


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.6 07-Mar-2013 djm

repeat test with a style appended to the username


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.5 09-Dec-2002 markus

check $SSH_CONNECTION


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE
# 1.4 15-Mar-2002 markus

allow specification of binary-under-test with
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN}


# 1.3 16-Feb-2002 markus

$OpenBSD$, public domain


# 1.2 15-Feb-2002 markus

we don't need a listening sshd for most of our tests, just
connect client and server w/o TCP:
ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy'


# 1.1 14-Feb-2002 markus

serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agent

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.


Revision tags: OPENBSD_6_2_BASE
# 1.11 26-Sep-2017 dtucker

UsePrivilegeSeparation is gone, stop trying to test it.


# 1.10 30-Apr-2017 djm

eliminate explicit specification of protocol in tests and loops over
protocol. We only support SSHv2 now.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.9 17-Feb-2016 djm

include bad $SSH_CONNECTION in failure output


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.8 03-Mar-2015 markus

make it possible to run tests w/o ssh1 support; ok djm@


Revision tags: OPENBSD_5_6_BASE
# 1.7 03-May-2014 dtucker

Add tests for with and without compression, with and without privsep.


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.6 07-Mar-2013 djm

repeat test with a style appended to the username


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.5 09-Dec-2002 markus

check $SSH_CONNECTION


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE
# 1.4 15-Mar-2002 markus

allow specification of binary-under-test with
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN}


# 1.3 16-Feb-2002 markus

$OpenBSD$, public domain


# 1.2 15-Feb-2002 markus

we don't need a listening sshd for most of our tests, just
connect client and server w/o TCP:
ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy'


# 1.1 14-Feb-2002 markus

serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agent

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.