From owner-freebsd-questions Wed Sep 4 12:25:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 623FE37B400 for ; Wed, 4 Sep 2002 12:25:21 -0700 (PDT) Received: from nas.dgap.mipt.ru (nas.dgap.mipt.ru [194.85.81.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2539043E77 for ; Wed, 4 Sep 2002 12:25:20 -0700 (PDT) (envelope-from andrew@nas.dgap.mipt.ru) Received: from nas.dgap.mipt.ru (localhost [127.0.0.1]) by nas.dgap.mipt.ru (8.12.5/8.12.5) with ESMTP id g84JPFJS034155; Wed, 4 Sep 2002 23:25:15 +0400 (MSD) (envelope-from andrew@nas.dgap.mipt.ru) Received: (from andrew@localhost) by nas.dgap.mipt.ru (8.12.5/8.12.5/Submit) id g84JPFgg034154; Wed, 4 Sep 2002 23:25:15 +0400 (MSD) Date: Wed, 4 Sep 2002 23:25:15 +0400 From: "Andrew L. Neporada" To: "J.D. Bronson" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: disable SRA secure login 4.6.2 Message-ID: <20020904192515.GC33834@nas.dgap.mipt.ru> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.1.6.2.20020904140549.00b24a60@localhost> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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