Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 23:25:15 +0400
From:      "Andrew L. Neporada" <andr@dgap.mipt.ru>
To:        "J.D. Bronson" <lists@xpec.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: disable SRA secure login 4.6.2
Message-ID:  <20020904192515.GC33834@nas.dgap.mipt.ru>
In-Reply-To: <5.1.1.6.2.20020904140549.00b24a60@localhost>
References:  <5.1.1.6.2.20020904130144.00b24a60@localhost> <5.1.1.6.2.20020904130144.00b24a60@localhost> <5.1.1.6.2.20020904140549.00b24a60@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 04, 2002 at 02:06:13PM -0500, J.D. Bronson wrote:
> 
> >Try this:
> 
> >telnet -X sra somehost
> 
> >                                Andrew.
> 
> 
> OK! well that worked...but is there a way to make that permanent?

You have 2 possible options here:

1) disable SRA on the server side -- replace "telnetd" with "telnetd -X sra"
   in the server's /etc/inetd.conf
2) disable SRA on the client side -- put "DEFAULT auth disable sra" in 
   ~/.telnetrc

> 
> While I am still trying to find out what this SRA is, I dont need it. 

SRA is the public key cryptography module for telnet that encrypts all 
traffic between client and server.

> Telnet is not open to the outside..and is only used from machine to machine 
> internally....
> 
> 
> -- 
> J.D. Bronson
> Aurora Health Care // Information Systems // Milwaukee, WI USA
> Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.603.8282
> 

				Andrew

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




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