Call for testing: OpenSSH 7.6
Damien Miller
djm at mindrot.org
Sun Sep 24 08:09:32 AEST 2017
On Sat, 23 Sep 2017, Joseph S Testa II wrote:
> > Portable OpenSSH is also available via [...] Github:
> https://github.com/openssh/openssh-portable
> >
> > Running the regression tests supplied with Portable OpenSSH does not
> require installation and is a simply:
> >
> > $ ./configure && make tests
>
>
> I was going to try this on Kali Linux (latest version), but ran into trouble
> right away. No "configure" script exists in the Github mirror. I fixed this
> by doing "autoconf && ./configure && make tests", but that ends up failing
> eventually with:
If you're checking out from git, you need to run "autoreconf"
More information about the openssh-unix-dev
mailing list