Re: How to use RSA with USA_RESIDENT=NO?

2000-09-13 Thread Ben Smithurst

Jun Kuriyama wrote:

> After installworld, I can not use ssh with RSA.  Does someone know how
> to fix this problem?
> 
> -
> % ssh white
> ssh: no RSA support in libssl and libcrypto.  See ssl(8).
> Disabling protocol version 1
> DH_generate_key
> %

This is going to sound weird, but did you rebuild the kernel?  I'm
*sure* I had my system at one point such that ssh worked with the new
kernel but not with the old one.  I'm not sure why, perhaps I was
dreaming.

-- 
Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: How to use RSA with USA_RESIDENT=NO?

2000-09-13 Thread Warner Losh

In message <[EMAIL PROTECTED]> Jun Kuriyama writes:
: After installworld, I can not use ssh with RSA.  Does someone know how
: to fix this problem?

You may need to load the random device, or put it in your kernel.  Its
name recently changed, so maybe that is what is causing you problems.

Warner



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: How to use RSA with USA_RESIDENT=NO?

2000-09-13 Thread Brian Somers

Are you sure this isn't because you've forgotten to kldload random 
(it changed from randomdev) ?  See UPDATING.

> After installworld, I can not use ssh with RSA.  Does someone know how
> to fix this problem?
> 
> -
> % ssh white
> ssh: no RSA support in libssl and libcrypto.  See ssl(8).
> Disabling protocol version 1
> DH_generate_key
> %
> -
> 
> I have these variables in make.conf
> 
> -
> CFLAGS= -O -mpentiumpro -pipe
> USA_RESIDENT=   NO
> MAKE_IDEA=  YES
> WITH_RSA=   YES
> MAKE_RSAINTL=   YES
> PERL_THREADED=  true
> -
> 
> 
> -- 
> Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
>  <[EMAIL PROTECTED]> // FreeBSD Project

-- 
Brian <[EMAIL PROTECTED]>
     
Don't _EVER_ lose your sense of humour !




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: How to use RSA with USA_RESIDENT=NO?

2000-09-13 Thread Doug Barton

Jun Kuriyama wrote:
> 
> After installworld, I can not use ssh with RSA.  Does someone know how
> to fix this problem?

Commenting out USA_RESIDENT entirely worked for me. In an ideal world
all references to that variable would go away in openss[hl]. I think we
should keep it around for other parts of the system... you never know
when the USG is going to do something stupid again. 

Doug


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: How to use RSA with USA_RESIDENT=NO?

2000-09-13 Thread Jun Kuriyama
At 14 Sep 2000 01:59:23 GMT,
くりやま@imgsrc wrote:
> After installworld, I can not use ssh with RSA.  Does someone know how
> to fix this problem?

Jordan tought me to include "device random" in kernel configuration
file.  That fixes this problem.  Thanks!


-- 
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
 <[EMAIL PROTECTED]> // FreeBSD Project


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


Re: How to use RSA with USA_RESIDENT=NO?

2000-09-13 Thread Forrest Aldrich

I thought they were going to get rid of this dependency, eventually,
due to the change in RSA patent status, et al.


On Thu, Sep 14, 2000 at 10:59:08AM +0900, Jun Kuriyama wrote:
> 
> After installworld, I can not use ssh with RSA.  Does someone know how
> to fix this problem?
> 
> -
> % ssh white
> ssh: no RSA support in libssl and libcrypto.  See ssl(8).
> Disabling protocol version 1
> DH_generate_key
> %
> -
> 
> I have these variables in make.conf
> 
> -
> CFLAGS= -O -mpentiumpro -pipe
> USA_RESIDENT=   NO
> MAKE_IDEA=  YES
> WITH_RSA=   YES
> MAKE_RSAINTL=   YES
> PERL_THREADED=  true
> -
> 
> 
> -- 
> Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
>  <[EMAIL PROTECTED]> // FreeBSD Project
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



How to use RSA with USA_RESIDENT=NO?

2000-09-13 Thread Jun Kuriyama


After installworld, I can not use ssh with RSA.  Does someone know how
to fix this problem?

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

I have these variables in make.conf

-
CFLAGS= -O -mpentiumpro -pipe
USA_RESIDENT=   NO
MAKE_IDEA=  YES
WITH_RSA=   YES
MAKE_RSAINTL=   YES
PERL_THREADED=  true
-


-- 
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
 <[EMAIL PROTECTED]> // FreeBSD Project


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message