search for: rsa_ssh2

Displaying 18 results from an estimated 18 matches for "rsa_ssh2".

2024 Mar 09
2
Call for testing: OpenSSH 9.7
...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 \ /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2.prv | diff - /export/home/tgc/buildpkg/openssh/src /openssh-git/regress/rsa_openssh.prv ; \ tr '\n' '\r' </export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2.prv > /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2_cr.prv ; \...
2018 Apr 12
4
OpenSSH 7.7 t1 script breakage
.......... ............................................................................ ................................................ 352 tests ok test_hostkeys: .................. 18 tests ok test_match: ...... 6 tests ok /home/git/openssh-portable/ssh-keygen -if /home/git/openssh-portable/regress/rsa_ssh2.prv | diff - /home/git/openssh-portable/regress/rsa_openssh.prv tr '\n' '\r' </home/git/openssh-portable/regress/rsa_ssh2.prv > /home/git/openssh-portable/regress/rsa_ssh2_cr.prv /home/git/openssh-portable/ssh-keygen -if /home/git/openssh-portable/regress/rsa_ssh2_cr.prv | dif...
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 10
1
Call for testing: OpenSSH 9.7
...a/regress/Makefile +++ b/regress/Makefile @@ -156,7 +156,7 @@ TEST_SSH_SSHKEYGEN?=ssh-keygen CPPFLAGS=-I.. t1: - set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q ^ssh-rsa ; then \ + set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \ ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv ; \ tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv ; \ ${TEST_SSH_SSHKEYGEN} -if ${.OBJDIR}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv ; \ @@ -165,31 +165,31 @@ t1: fi t2: - set -xe ; if ${TEST_SSH...
2024 Mar 05
1
Call for testing: OpenSSH 9.7
...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 - /Users/rapier/openssh-portable/regress/rsa_openssh.prv key conversion disabled at compile time 0a1,15 > -----BEGIN RSA PRIVATE KEY----- > // elided // > -----END RSA PRIVATE KEY----- make[1]: *** [t1] Error 1 Make t-exec, in contrast, does pass all tests. I'm seeing t...
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
2004 Mar 02
1
openssh 3.8p1 on Linux
...ST_SSH_SSHKEYSCAN}" \ TEST_SSH_SFTP="${TEST_SSH_SFTP}" \ TEST_SSH_SFTPSERVER="${TEST_SSH_SFTPSERVER}" \ EXEEXT="" \ tests make[1]: Entering directory `/usr/src/openssh-3.8p1/regress' ssh-keygen -if /usr/src/openssh-3.8p1/regress/rsa_ssh2.prv | diff - /usr/src/openssh-3.8p1/regress/rsa_openssh.prv cat /usr/src/openssh-3.8p1/regress/rsa_openssh.prv > /usr/src/openssh-3.8p1/regress//t2.out chmod 600 /usr/src/openssh-3.8p1/regress//t2.out ssh-keygen -yf /usr/src/openssh-3.8p1/regress//t2.out | diff - /usr/src/openssh-3.8p1/regress/r...
2011 Jan 06
25
Call for testing: OpenSSH-5.7
Hi, OpenSSH 5.7 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains a couple of large and intrusive features and changes and quite a number of bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD:
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
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Tom G. Christensen wrote: > On 12/02/16 04:56, Damien Miller wrote: > > Portable OpenSSH is available via Git at > > https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at > > https://github.com/openssh/openssh-portable > > > > I'm seeing a hang in the testsuite on Solaris: > run test transfer.sh ... > transfer data:
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
...s WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus .................................................................... 165 tests ok test_hostkeys: .................. 18 tests ok /data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2.prv | diff - /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.prv tr '\n' '\r' </data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2.prv > /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2_cr.prv /data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/pr...
2005 Apr 03
15
OpenSSH 4.1: call for testing.
Hi All. OpenSSH 4.1 will be released in the next couple of weeks and we invite interested parties to test a snapshot. The changes since 4.0 are mostly bugfixes, for a detailed list see http://bugzilla.mindrot.org/show_bug.cgi?id=994 Running the regression tests supplied with Portable does not require installation and is a simply: $ ./configure && make tests Testing on suitable
2014 Jan 17
15
Call for testing: OpenSSH-6.5
Hi, OpenSSH 6.5 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. 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 is
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi, OpenSSH 6.9 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. 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 is
2004 Apr 20
2
Compiling 3.8p1 on AIX with IBM OpenSSL RPMs
Folks, I've just updated a machine to the latest IBM supplied OpenSSL RPMS: openssl-0.9.6m-1 openssl-devel-0.9.6m-1 (this is a power4 running AIX 5.1) and Tried to upgrade to the latest OpenSSH (3.8p1 - both the release and a snapshot from about a week ago) I'm using: ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-ssl-dir=/opt/freeware and the compilation seems OK: OpenSSH
2024 Mar 05
6
Call for testing: OpenSSH 9.7
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. 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 is also available via git using the instructions at
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
2003 Nov 20
11
Problem running SSH on IBM PPC440 processor, help appreciated
Hi, Sorry to bother you on this mailing list, however I tried everything else and I am desperate to get this running. Please send me any hints you can think of. I have installed openssh-3.7.1p2 on a ppc target and trying to connect to an sshd running on a redhat 9 with openssh-3.5p1. I keep getting the error "Disconnecting: Corrupted check bytes on input" no matter what I tried. I