search for: rsa_openssh

Displaying 20 results from an estimated 25 matches for "rsa_openssh".

2024 Mar 09
2
Call for testing: OpenSSH 9.7
...t/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 ; \ /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if /export/home/t...
2024 Mar 10
1
Call for testing: OpenSSH 9.7
.../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_SSH} -Q key | grep -q ^ssh-rsa ; th...
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
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
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
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
2002 Jul 22
9
[Patch] Improve portability of regression tests
...================================================ RCS file: /cvs/openssh/regress/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- regress/Makefile 1 May 2002 03:17:34 -0000 1.1 +++ regress/Makefile 22 Jul 2002 12:33:34 -0000 @@ -39,9 +39,10 @@ ssh-keygen -yf t2.out | diff - ${.CURDIR}/rsa_openssh.pub t3: - ssh-keygen -ef ${.CURDIR}/rsa_openssh.pub |\ - ssh-keygen -if /dev/stdin |\ + ssh-keygen -ef ${.CURDIR}/rsa_openssh.pub >${.CURDIR}/rsa_secsh.pub + ssh-keygen -if ${.CURDIR}/rsa_secsh.pub | \ diff - ${.CURDIR}/rsa_openssh.pub + rm -f ${.CURDIR}/rsa_secsh.pub t4: ssh-keyge...
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 | diff - /home/git/openssh-portable/regress/rsa_openssh.prv awk &...
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
2004 Mar 02
1
openssh 3.8p1 on Linux
...t;${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/rsa_openssh.pub buffer_get: trying to get more bytes 1 th...
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:
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 .................................................................... 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/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2_cr.prv | diff - /data/pr...
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
2003 Jun 20
0
[PATCH] Regression test portabilization.
...y-connect \ @@ -30,7 +33,6 @@ reconfigure \ forwarding -USER!= id -un CLEANFILES+= authorized_keys_${USER} known_hosts pidfile \ ssh_config ssh_proxy sshd_config sshd_proxy \ rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ @@ -48,9 +50,9 @@ ssh-keygen -yf t2.out | diff - ${.CURDIR}/rsa_openssh.pub t3: - ssh-keygen -ef ${.CURDIR}/rsa_openssh.pub |\ - ssh-keygen -if /dev/stdin |\ - diff - ${.CURDIR}/rsa_openssh.pub + ssh-keygen -ef ${.CURDIR}/rsa_openssh.pub >$(OBJ)/rsa_secsh.pub + ssh-keygen -if $(OBJ)/rsa_secsh.pub | diff - ${.CURDIR}/rsa_openssh.pub + rm -f ${.CURDIR}/rsa_secsh....
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
2005 Oct 04
2
make tests failure
...in with the same result. - I'm running uname -a: Linux linuxbox 2.6.12.5 #1 Tue Aug 16 08:57:47 CEST 2005 ppc unknown unknown GNU/Linux Any help on this? Thanks, Andreas rm -f /home/andreas/tmp/openssh-4.2p1/regress/rsa_secsh.pub ssh-keygen -lf /home/andreas/tmp/openssh-4.2p1/regress/rsa_openssh.pub |\ awk '{print $2}' | diff - /home/andreas/tmp/openssh-4.2p1/regress/t4.ok ssh-keygen -Bf /home/andreas/tmp/openssh-4.2p1/regress/rsa_openssh.pub |\ awk '{print $2}' | diff - /home/andreas/tmp/openssh-4.2p1/regress/t5.ok ssh-keygen -if /home/andreas/tmp/openssh-4...
2024 Mar 05
1
Call for testing: OpenSSH 9.7
...n 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 the same behaviour on Ubuntu 22.04 if I use --without-openssl so...
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
2024 Mar 09
1
Call for testing: OpenSSH 9.7
...ip] > 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 > + /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q key > + grep -q > Usage: grep [OPTION]... PATTERN [FILE]... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ On Solaris, /usr/bin/grep does not understand the -q option. Better to have your PATH pick up /usr/xpg4/bin/g...