search for: start_sshd

Displaying 9 results from an estimated 9 matches for "start_sshd".

Did you mean: start_ssh
2014 Oct 24
1
[Bug 2300] New: reexec.sh and login-timeout.sh fail due to a race condition
...nt Priority: P5 Component: Regression tests Assignee: unassigned-bugs at mindrot.org Reporter: plautrba at redhat.com Created attachment 2499 --> https://bugzilla.mindrot.org/attachment.cgi?id=2499&action=edit fix race condition between kill sshd and start_sshd run test reexec.sh ... test config passing FATAL: no sshd running on port 4242 Makefile:168: recipe for target 't-exec' failed make[1]: *** [t-exec] Error 1 make[1]: Leaving directory '/home/plautrba/devel/src/bachradsusi.github/openssh-portable.git/regress' Makefile:483: recipe fo...
2003 Jun 21
0
[PATCH] Use $SUDO for reconfigure.sh regression test.
...gure.sh =================================================================== RCS file: /cvs/src/regress/usr.bin/ssh/reconfigure.sh,v retrieving revision 1.1 diff -u -r1.1 reconfigure.sh --- reconfigure.sh 12 Jun 2003 15:43:32 -0000 1.1 +++ reconfigure.sh 21 Jun 2003 03:58:13 -0000 @@ -8,7 +8,7 @@ start_sshd -kill -HUP `cat $PIDFILE` +$SUDO kill -HUP `cat $PIDFILE` sleep 1 trace "wait for sshd to restart"
2003 Jul 03
0
[PATCH] Speed up dynamic-forward regression test
...=============== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/dynamic-forward.sh,v retrieving revision 1.1 diff -u -r1.1 dynamic-forward.sh --- regress/dynamic-forward.sh 28 Jun 2003 02:42:09 -0000 1.1 +++ regress/dynamic-forward.sh 3 Jul 2003 04:46:53 -0000 @@ -19,19 +19,17 @@ start_sshd for p in 1 2; do + trace "start dynamic forwarding, fork to background" + ${SSH} -$p -F $OBJ/ssh_config -f -D $FWDPORT -q somehost \ + "echo \$\$ >$OBJ/remote_pid; exec sleep 10" for s in 4; do for h in 127.0.0.1 localhost; do trace "testing ssh proto...
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
...e mode 100644 index 0000000..2baa70c --- /dev/null +++ b/regress/streamlocal.sh @@ -0,0 +1,59 @@ +# $OpenBSD: forwarding.sh,v 1.20 2017/04/30 23:34:55 djm Exp $ +# Placed in the Public Domain. + +tid="streamlocal forwarding" + +USER=`id -u` +NC=$OBJ/netcat +REMOTE_DIR=$OBJ/remote-$USER + +start_sshd + +trace "remote forwarding, relative socket path disabled on server" +rm -f $OBJ/localsock +$NC -U -l $OBJ/localsock > /dev/null & +netcat_pid=$! +${SSH} -F $OBJ/ssh_config -p$PORT -o ExitOnForwardFailure=yes -R ./remotesock:$OBJ/localsock somehost true +r=$? +kill $netcat_pid 2&g...
2003 Jun 20
0
[PATCH] Regression test portabilization.
...1 +++ regress/reconfigure.sh 20 Jun 2003 08:57:17 -0000 @@ -4,7 +4,14 @@ tid="simple connect after reconfigure" # we need the full path to sshd for -HUP -SSHD=/usr/sbin/sshd +case $SSHD in +/*) + # full path is OK + ;; +*) + # otherwise make fully qualified + SSHD=$OBJ/$SSHD +esac start_sshd Index: regress/rekey.sh =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/rekey.sh,v retrieving revision 1.1 diff -u -r1.1 rekey.sh --- regress/rekey.sh 18 Jun 2003 12:18:57 -0000 1.1 +++ regress/rekey.sh 20 Jun 2...
2015 Feb 23
2
Call for testing: OpenSSH 6.8
Hi Damien, On Feb 23 10:28, Corinna Vinschen wrote: > On Feb 22 07:59, Damien Miller wrote: > > On Sat, 21 Feb 2015, Corinna Vinschen wrote: > > > - The failing last loop in the "forwarding" script as reported back > > > during 6.7 testing is still failing for me more often than not. It's > > > always the same reason, the script tries to use
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
...ess/../sshd -i -f /opt/SSH/openssh-3.9p1/regress/sshd_proxy + /opt/SSH/openssh-3.9p1/regress/../sshd -t -f /opt/SSH/openssh-3.9p1/regress/sshd_proxy + . multiplex.sh CTL=/opt/SSH/openssh-3.9p1/regress/ctl-sock tid=connection multiplexing DATA=/bin/ls COPY=/opt/SSH/openssh-3.9p1/regress/ls.copy + start_sshd + /opt/SSH/openssh-3.9p1/regress/../sshd -f /opt/SSH/openssh-3.9p1/regress/sshd_config -t + /opt/SSH/openssh-3.9p1/regress/../sshd -f /opt/SSH/openssh-3.9p1/regress/sshd_config + trace wait for sshd + [ Xyes = Xyes ] + echo wait for sshd wait for sshd i=0 + [ ! -f /opt/SSH/openssh-3.9p1/regre...
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
...regress/sshd_proxy + /usr/sbin/sshd -t -f /tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/sshd_proxy + . /tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/forwarding.sh + tid=local and remote forwarding + DATA=/bin/ls + start_sshd + sudo /usr/sbin/sshd -f /tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/sshd_config -t + sudo /usr/sbin/sshd -f /tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/sshd_config -E/tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtm...
2010 Aug 09
8
Call for testing: OpenSSH-5.6
Hi, OpenSSH 5.6 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a moderately large release, with a number of new features and bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH