From owner-freebsd-questions@FreeBSD.ORG Thu Jun 20 09:05:35 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C1FE1C7 for ; Thu, 20 Jun 2013 09:05:35 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 97FD21657 for ; Thu, 20 Jun 2013 09:05:35 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id e11so15942674iej.15 for ; Thu, 20 Jun 2013 02:05:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=UowVmfLX47foIysYn91bY2mKC2MYrROaDAFPpAVAc/A=; b=VZtIikUS12VNxYsJRGoFgDdvJw9ZR7PK/RjodXL7osDc+yrgx5MytsekYhDL6g2UIc 8V7r8and5KOC/QJcUSd2PYXqfT1W7Yp9LgCAAT+Um5mVshyJBwm1nSdvFXpaupyktY8n Htke62Wi6IAJhGib+LdFG/4ggLk1WFNZ/RooQ0TkTwV05tlYpcsFBdqtk0VJyF/4X26y K0+NLB/FBF5Dioi7vSmJTTy3HegiCHLzI+yUiU6PXg72X+FCCetCWdWGF3Ig+4TXSZ+v CyeMVgClWnojhDZfCydADCRD45fDmFjEg3e3k1YgsWgykeExTGrW8hKYXbhbvBAjZ64w n5xQ== X-Received: by 10.42.88.13 with SMTP id a13mr2791656icm.3.1371719135297; Thu, 20 Jun 2013 02:05:35 -0700 (PDT) MIME-Version: 1.0 Sender: talayeh.asadi@gmail.com Received: by 10.42.153.10 with HTTP; Thu, 20 Jun 2013 02:05:15 -0700 (PDT) In-Reply-To: References: From: takCoder Date: Thu, 20 Jun 2013 13:35:15 +0430 X-Google-Sender-Auth: 8LpyG3CRuGcDuvZxaieJO8NS1q8 Message-ID: Subject: Re: Telnet SRA login related issue To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tak.official@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 09:05:35 -0000 Excuse me i just founded similar thread on the list which says: SRA is a login sequence that encrypts the password (something that regular telnet doesn't do). It's only is activated if the other end advertises itself as a telnet server. http://lists.freebsd.org/pipermail/freebsd-questions/2010-August/220796.html the second part of my question now seems to be off-list.. Sorry for sending repeated and off-list question before enough googling.. On Thu, Jun 20, 2013 at 1:22 PM, takCoder wrote: > Hi all, > > My question may sound dummish, excuse me, but would you please tell when > exactly is telnet sra authentication involved?? > > For example, is it possible to telnet to a Freebsd machine via a Win node > and set the connection to use SRA? or this is something in Freebsd world? > > As i see, when I telnet to my Freebsd machine from another Freebsd > machine, SRA authentication get involved, and changes to pam.d/telnetd auth > phase are applied on the session; but when i telnet to my machine from a > Win node, using putty or Windows telnet client or SecureCRT as telnet > client, SRA auth is not involved; pam.d/telnetd changes are not applied and > pam.d/login changes are applied instead (just like when i use -X sra for > telnetd to disable SRA and it uses system login). > As i checked, for example "putty" doesn't have any config to use sra.. > > It would be really kind of you to let me know what is exactly happening > here.. Thank you.. > > Best Regards, > takCoder >