search for: ssh_portabl

Displaying 3 results from an estimated 3 matches for "ssh_portabl".

Did you mean: ssh_portable
2011 May 04
0
PATCH: update version to p2 in version.h
--- a/version.h +++ a/version.h @@ -2,5 +2,5 @@ #define SSH_VERSION "OpenSSH_5.8" -#define SSH_PORTABLE "p1" +#define SSH_PORTABLE "p2" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE
2023 Aug 24
8
[Bug 3608] New: ssh version is different with sshd version
https://bugzilla.mindrot.org/show_bug.cgi?id=3608 Bug ID: 3608 Summary: ssh version is different with sshd version Product: Portable OpenSSH Version: 9.3p2 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at
2014 Apr 20
2
bad bignum encoding for curve25519-sha256@libssh.org
...diff -u -p -r1.82 version.h --- version.h 27 Feb 2014 23:01:54 -0000 1.82 +++ version.h 20 Apr 2014 03:35:15 -0000 @@ -1,6 +1,6 @@ /* $OpenBSD: version.h,v 1.70 2014/02/27 22:57:40 djm Exp $ */ -#define SSH_VERSION "OpenSSH_6.6" +#define SSH_VERSION "OpenSSH_6.6.1" #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE Index: compat.c =================================================================== RCS file: /var/cvs/openssh/compat.c,v retrieving revision 1.82 retrieving revision 1.85 diff -u -p -r1.82 -r1.85 --- compat.c 31 Dec 2013 01:25:41 -0000...