Displaying 20 results from an estimated 800 matches similar to: "OpenSSH 7.7 t1 script breakage"
2018 Apr 12
3
OpenSSH 7.7 t1 script breakage
On 13 April 2018 at 08:29, Josh Soref <jsoref at gmail.com> wrote:
> Randall S. Becker <rsbecker at nexbridge.com> wrote:
>>
>>
>> -REGRESSTMP = "$(PWD)/regress"
>> +REGRESSTMP = `pwd`
>>
>> tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
>
>
> It looks like the problem is that pwd is in uppercase, not
2018 Apr 13
2
OpenSSH 7.7 t1 script breakage
On Thu, Apr 12, 2018 at 6:29 PM, Josh Soref <jsoref at gmail.com> wrote:
> Randall S. Becker <rsbecker at nexbridge.com> wrote:
>
>>
>> -REGRESSTMP = "$(PWD)/regress"
>> +REGRESSTMP = `pwd`
>>
>> tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
>>
>
> It looks like the problem is that pwd is in
2024 Mar 09
2
Call for testing: OpenSSH 9.7
On 05/03/2024 01:24, Damien Miller wrote:
>
> Hi,
>
> OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a bugfix release.
>
Running the testsuite on Solaris 9 I see this:
set -xe ; if /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q
key | grep -q ^ssh-rsa ; then \
2024 Mar 10
1
Call for testing: OpenSSH 9.7
On Sat, 9 Mar 2024, Tom G. Christensen wrote:
> On 05/03/2024 01:24, Damien Miller wrote:
> >
> > Hi,
> >
> > OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a bugfix release.
> >
> Running the testsuite on Solaris 9 I see this:
[snip]
> + ssh-rsa
> /bin/sh:
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
https://bugzilla.mindrot.org/show_bug.cgi?id=2412
Bug ID: 2412
Summary: make tests does not PASS all tests with SNAP
openssh-SNAP-20150607.tar.gz
Product: Portable OpenSSH
Version: 6.8p1
Hardware: PPC
OS: AIX
Status: NEW
Severity: normal
Priority: P5
Component: Build
2004 Mar 02
1
openssh 3.8p1 on Linux
Hello,
I'm having trouble with OpenSSH on Linux.
Here is attached the regression tests log - it'll explain what my
problems are. This cause sshd to die with this output:
buffer_get: trying to get more bytes 1 than in buffer 0
ssh would also dies with this message. I recreated my user keys, and it
works now. remote sshd is 3.7.1p2.
But sshd won't start even after recreating server
2024 Mar 05
1
Call for testing: OpenSSH 9.7
On my test systems:
Ubuntu 22.04 with GCC 11.4 and OpenSSL 3.0.2 on AMD: PASS
Fedora 39 with GCC 12.3.1 and OpenSSL 3.0.9 on Intel: PASS
OS X 14.3.1 with clang 15.0.0 on Apple M2 (--without-openssl): FAIL
The failure is with "make tests" specifically when it runs
/Users/rapier/openssh-portable/ssh-keygen -if
/Users/rapier/openssh-portable/regress/rsa_ssh2.prv | diff -
2016 Dec 14
2
Call for testing: OpenSSH 7.4
On Tue, Dec 13, 2016 at 06:22:41PM -0700, The Doctor wrote:
> On Wed, Dec 14, 2016 at 12:12:21PM +1100, Damien Miller wrote:
> > On Tue, 13 Dec 2016, The Doctor wrote:
> >
> > > Got you. Will run make tests. So far running on
> > > FreeBSD 11.0 using openssl 1.0.2 current
> >
> > Thanks!
>
> Point of concern
>
> run test sftp-perm.sh
2024 Mar 09
1
Call for testing: OpenSSH 9.7
On Sat, 9 Mar 2024, Tom G. Christensen wrote:
[snip]
> Running the testsuite on Solaris 9 I see this:
[snip]
> /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if
> /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2_crnl.prv |
> diff - /export/home/tgc/buildpkg/openss
> h/src/openssh-git/regress/rsa_openssh.prv ; \
> fi
> +
2018 Apr 13
3
OpenSSH 7.7 t1 script breakage
On 13/04/18 07:59, Josh Soref wrote:
> Randall S. Becker <rsbecker at nexbridge.com> wrote:
>
>> -REGRESSTMP = "$(PWD)/regress"
>> +REGRESSTMP = `pwd`
>>
>> ? tests interop-tests t-exec unit: regress-prep regress-binaries
>> $(TARGETS)
>>
> It looks like the problem is that pwd is in uppercase, not so much the
> distinction between
2019 Mar 14
7
prompt to update a host key
As far as I can tell, there currently isn't a straightforward way to
use password authentication for connecting to hosts where the host key
changes frequently. I realize this is a fairly niche use case, but
when developing software for devices that often get reimaged
(resulting in a host key change), it can get pretty tedious to attempt
to connect, get a warning, remove the old host key via
2020 Sep 21
4
Call for testing: OpenSSH 8.4
On Mon, 21 Sep 2020 at 09:53, Hisashi T Fujinaka <htodd at twofifty.com> wrote:
> OK, NetBSD-current amd64, NetBSD-9-amd64, and NetBSD-9-i386 all pass all
> tests. MacOS, well, I always try it but it has problems.
What's the problem on OS X? We test on it regularly (El Capitan and
High Sierra) and the only problem I'm aware of is that the native
libcrypto on High Sierra is
2011 Jan 05
0
[PATCH] fix %n expansion in LocalCommand
After the commit titled "expand %h to the hostname in ssh_config Hostname
options" (2010-07-16), %n always got the same value as %h in the LocalCommand
config option. Fix this and add a regression test.
---
regress/Makefile | 6 ++++--
regress/host-expand.sh | 18 ++++++++++++++++++
ssh.c | 6 ++++--
3 files changed, 26 insertions(+), 4 deletions(-)
diff
2005 Oct 04
2
make tests failure
Re-post, as I think my last post didn't get through. Sorry, if somebody
got it twice now
Hi
I run in the following make tests error and didn't find any solution to
this.
- This is a test on the localhost, so I guess, there is no man in the
middle attack (hosts file is setup correctly, localhost points to
127.0.0.1)
- I don't want to use protocol 1 anyway, so how can I skip
2017 Sep 23
3
Call for testing: OpenSSH 7.6
> 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
2018 Apr 06
2
Announce: OpenSSH 7.7 released
On 6 April 2018 at 01:36, Randall S. Becker <rsbecker at nexbridge.com> wrote:
[...]
> Sorry to report that I'm having difficulty building on NonStop (built from a
> git clone at 2c71ca1). Configure is failing, run as:
>
> configure --prefix=/usr/local --without-openssl-header-check
> ...
> checking for sys/un.h... yes
> checking compiler and flags for sanity... no
2025 Jan 15
3
new release 3.4.0 - critical security release
Is there a way I can get access to a machine 3.4.0 is failing to build on?
Maybe a VM under VirtualBox? Or some cloud service?
I don't have an ia64
On Thu, 16 Jan 2025 at 01:20, <rsbecker at nexbridge.com> wrote:
> On January 14, 2025 11:20 PM, Perry Hutchison wrote:
> >"Randall S. Becker via rsync" <rsync at lists.samba.org> wrote:
> >
> >> FYI:
2025 Jan 15
2
new release 3.4.0 - critical security release
Another issue here in findme.c. strlcpy() is a BSD-only method and definitely not portable.
Please consider other platforms when creating patches. I can provide a patch to this
patch also.
Thanks,
Randall
From: rsync <rsync-bounces at lists.samba.org> On Behalf Of Randall S. Becker via rsync
Sent: January 14, 2025 6:46 PM
To: 'rsync.project' <rsync.project at
2010 Aug 16
4
Final(?) changes committed
Hi,
In addition to the strptime change that Darren has just committed to
fix Irix, I have committed a change to ssh(1) that affects all platforms:
> - djm at cvs.openbsd.org 2010/08/12 21:49:44
> [ssh.c]
> close any extra file descriptors inherited from parent at start and
> reopen stdin/stdout to /dev/null when forking for ControlPersist.
>
> prevents tools that
2020 Aug 29
10
[Bug 3205] New: Support HPE NonStop Server Port
https://bugzilla.mindrot.org/show_bug.cgi?id=3205
Bug ID: 3205
Summary: Support HPE NonStop Server Port
Product: Portable OpenSSH
Version: 8.3p1
Hardware: Other
OS: Other
Status: NEW
Severity: enhancement
Priority: P5
Component: Build system
Assignee: unassigned-bugs at