Call for testing: OpenSSH 8.3

Damien Miller djm at mindrot.org
Thu May 14 14:33:51 AEST 2020


On Tue, 12 May 2020, Mark D. Baushke wrote:

> Hi Damien,
> 
> Failure in t-exec using the 2020-05-13 snapshot.
> 
> Host OS: macOS Mojave (10.14.6)
> Host HW: MacBook Pro (Retina, 15-inch, Mid 2014)
> 
> Snapshot: openssh-SNAP-20200513.tar.gz
> 
> $ ./configure --with-ssl-dir='/usr/local/Cellar/openssl at 1.1/1.1.1g'
> $ make tests
> 
> OpenSSL 1.1.1g installed via homebrew.
> 
> Attachment contains:
> 
>    build.log
>    regress/failed-regress.log
>    regress/failed-ssh.log
>    regress/failed-sshd.log

I replied privately, but I can't replicate this on the OS X that I have
available (19.4.0) and I suspect that his might be a collision between
the ports used in the test and something listening on locally. The
relevant section of your log seems consistent with this.

openssh/regress/failed-ssh.log:

> debug1: Requesting forwarding of local forward 127.0.0.1:4244 -> 127.0.0.1:4243
> mux_client_forward: forwarding request failed: Port forwarding failed
> muxclient: master forward request failed

You should be able to override the default port number using
$TEST_SSH_PORT, e.g. "make tests TEST_SSH_PORT=23456"

-d


More information about the openssh-unix-dev mailing list