From owner-freebsd-questions@FreeBSD.ORG Sat Dec 27 07:28:25 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 0412316A4CE for ; Sat, 27 Dec 2003 07:28:25 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F76443D1F for ; Sat, 27 Dec 2003 07:28:22 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id BA1CE6D; Sat, 27 Dec 2003 10:28:21 -0500 (EST) Sender: lowell@be-well.ilk.org To: fbsd_user@a1poweruser.com References: From: Lowell Gilbert Date: 27 Dec 2003 10:28:21 -0500 In-Reply-To: Message-ID: <4465g2s2ju.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: secure telnet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@FreeBSD.ORG List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2003 15:28:25 -0000 "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.