Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2001 00:28:55 +0400 (MSD)
From:      vova@express.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/27289: SSH don't do correct diagnostic when no random device available
Message-ID:  <200105122028.AAA06663@vbook.express.ru>

next in thread | raw e-mail | index | archive | help

>Number:         27289
>Category:       bin
>Synopsis:       SSH don't do correct diagnostic when no random device available
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 12 13:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir B. Grebenschikov
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
TSB "Russian Express"
>Environment:

5.0-20010306-CURRENT

>Description:

  ssh complains about incorrect rsa libraries:

# ssh host
ssh: no RSA support in libssl and libcrypto.  See ssl(8).
Disabling protocol version 1
DH_generate_key
#

  ssh-keygen -d don't work

# ssh-keygen -d
Generating DSA parameter and key.
DSA_generate_keys failed
#

  sshd don't work too:

# sshd
no RSA support in libssl and libcrypto.  See ssl(8)
Disabling protocol version 1
#

  when no random device in kernel config

>How-To-Repeat:

  Build kernel without 'device random'in kernel config
  and try examples above 

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105122028.AAA06663>