History log of /openbsd/regress/usr.bin/ssh/exit-status.sh (Results 1 – 8 of 8)
Revision Date Author Comments
# 773d7cab 30-Apr-2017 djm <djm@openbsd.org>

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


# d37b6907 03-Mar-2015 markus <markus@openbsd.org>

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


# a6676234 15-Mar-2002 markus <markus@openbsd.org>

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


# 654bdb50 18-Feb-2002 markus <markus@openbsd.org>

no printf+\r, just use echo


# eb6b954b 18-Feb-2002 markus <markus@openbsd.org>

don't mark tests as slow, have some slow tests print out information by default


# 25a4fdfe 16-Feb-2002 markus <markus@openbsd.org>

$OpenBSD$, public domain


# 0eef944a 15-Feb-2002 markus <markus@openbsd.org>

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'


# 55154775 14-Feb-2002 markus <markus@openbsd.org>

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

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.

show more ...