Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: Réf. : openssh-3.9p1 on Solaris 8

Subject: Re: Réf. : openssh-3.9p1 on Solaris 8
Date: Sat, 26 Feb 2005 10:44:22 +1100
ervanborren-ext@airfrance.fr wrote:
What's the matter with openssh3.9p1 during make tests !
      I confirm, it is not a problem with X509.

You're using the x.509 patch, but the test fails with a vanilla 3.9p1 distribution too?


It's OK for 3.7.1p1 but not 3.9p1.

The multiplex capability is new and wasn't in 3.7x.

root@qvgdisy3 # make tests
...
run test multiplex.sh ...
test connection multiplexing: envpass
test connection multiplexing: transfer
scp: failed copy /bin/ls

It's probably not this but make sure /bin/ls is world readable.

The regress tests normally work fine, but when they don't it can be tricky to figure out why.

Start by running the test on its own. From the regress dir, run something like this (this is from README.regress with a few extra options):

$ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh TEST_SSH_TRACE=yes \
    TEST_SSH_SSHD_CONFOPTS=LogLevel=DEBUG3 sh -x test-exec.sh `pwd` \
    multiplex.sh

You may also want to remove the ">/dev/null 2>&1" from the command lines in multiplex.sh.

You can also change the "LogLevel QUIET" in test-exec.sh to "LogLevel DEBUG3" and check your syslog.

If it's not apparent what's failing then please open a bug at bugzilla.mindrot.org so it can be tracked.

--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

<Prev in Thread] Current Thread [Next in Thread>