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: lsh + vc-mode Date: Sat, 11 Apr 2009 13:23:23 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239470718 11313 80.91.229.12 (11 Apr 2009 17:25:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 17:25:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 11 19:26:37 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 1LsgyM-0002Ad-9c for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 19:26:30 +0200 Original-Received: from localhost ([127.0.0.1]:56379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lsgwx-0002Y0-Fg for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 13:25:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsgvQ-00027j-Vq for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:23:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsgvM-00025a-6g for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:23:28 -0400 Original-Received: from [199.232.76.173] (port=39976 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsgvL-00025R-SW for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:23:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35566) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsgvL-0005D5-FG for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:23:23 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LsgvL-0002J6-9Z for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:23:23 -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:110216 Archived-At: Sent this to bug-lsh; does anyone have a clue how to go about solving this? >From ams Mon Apr 6 17:29:12 -0400 2009 To: bug-lsh@gnu.org Subject: emacs vc-mode and lsh... Hi, not entierly sure where to send this. When one tries to use vc-mode in emacs, and uses lsh one gets the following message (doing C-x v = on a file that is under CVS, cvs diff works): | lsh: Decrypting private key failed. | lsh: User authentication failed. | lsh: Protocol error: No more auth methods available | lsh: Need real authentication. | cvs [log aborted]: end of file from server (consult above messages if any) 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. Cheers, Alfred.