From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: lsh + vc-mode Date: Sat, 11 Apr 2009 13:55:19 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239472544 15963 80.91.229.12 (11 Apr 2009 17:55:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 17:55:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 11 19:57:03 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LshRo-0002gq-6x for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 19:56:56 +0200 Original-Received: from localhost ([127.0.0.1]:41403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LshQP-0008Su-Fs for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 13:55:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LshQL-0008Sc-5x for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:55:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LshQG-0008SG-OQ for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:55:24 -0400 Original-Received: from [199.232.76.173] (port=46591 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LshQG-0008SC-IN for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:55:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45819) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LshQG-0004tZ-6a for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:55:20 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LshQF-0003GZ-W1; Sat, 11 Apr 2009 13:55:20 -0400 In-reply-to: (message from Stefan Monnier on Sat, 11 Apr 2009 13:38:04 -0400) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110219 Archived-At: > I am not sure if this is just Emacs always expecting that if you > use ssh you will not get prompted for a password, or if it is > something else. Actually it's VC that requires backend commands to proceed without any user interaction (which implies "no passwd" among other things). Is this always the case? Tha is, will VC behave incorrectly if you have a OpenSSH secret key that has a password? I'll see if I can silence lsh somehow...