Another shapshot

Corinna Vinschen vinschen at redhat.com
Tue Oct 31 00:58:09 EST 2000


Markus Friedl wrote:
> 
> On Sun, Oct 29, 2000 at 01:01:49PM +0100, Corinna Vinschen wrote:
> >       "dsa_verify: signature incorrect"
> 
> what version of OpenSSL are you using?

It's the preinstalled version of the distro.

ssh -V states:

SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).

The package info contains the hint that it's version
2.1.1p1 with the following patches (besides unimportant
others):

--- login.c
+++ login.c     2000/06/28 10:54:46
@@ -52,6 +52,7 @@

   li = login_alloc_entry(pid, user, host, ttyname);
   login_set_addr(li, addr, sizeof(struct sockaddr));
+  li->uid=uid;
   login_login(li);
   login_free_entry(li);
 }
--- readconf.c
+++ readconf.c  2000/06/27 17:34:40
@@ -501,6 +501,7 @@
                              filename, linenum, cp ? cp : "<NONE>");
                if (*activep && *intptr == SSH_PROTO_UNKNOWN)
                        *intptr = value;
+               strtok("",WHITESPACE);
                break;

        case oLogLevel:

Corinna





More information about the openssh-unix-dev mailing list