From owner-freebsd-questions@FreeBSD.ORG Sat Dec 27 09:26:59 2003 Return-Path: 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 C6B0C16A4CE for ; Sat, 27 Dec 2003 09:26:59 -0800 (PST) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1823743D55 for ; Sat, 27 Dec 2003 09:26:56 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.103]) by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031227171008.FPUZ18777.mta13.adelphia.net@barbish> for ; Sat, 27 Dec 2003 12:10:08 -0500 From: "fbsd_user" To: Date: Sat, 27 Dec 2003 12:10:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <4465g2s2ju.fsf@be-well.ilk.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: secure telnet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2003 17:26:59 -0000 I there any way to tell the FBSD telnet server launched by inetd to only accept SRA secure logins? -----Original Message----- From: lowell@be-well.ilk.org [mailto:lowell@be-well.ilk.org]On Behalf Of Lowell Gilbert Sent: Saturday, December 27, 2003 10:28 AM To: fbsd_user@a1poweruser.com Cc: freebsd-questions@FreeBSD. ORG Subject: Re: secure telnet "fbsd_user" writes: > What is SRA? Secure RPC Authentication, I think. RFC1416, might be compliant with 2941 as well. > Is the id and password passed as clear text? No. > Where is the documentation on SRA? The RFCs describe the protocol. I don't see why there would be any user interface involved, so I don't know what other kind of documentation would be useful. > Where is the documentation on using these > options to make telnet secure? I don't think there is any in the FreeBSD system or documentation tree. For secure remote login, ssh(1) is superior in every way, even if you use null encryption on the session.