From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jester@panix.com (Jesse Sheidlower) Newsgroups: gmane.emacs.help Subject: VC-mode and ssh Date: 28 Nov 2003 20:22:38 -0500 Organization: Oxford University Press Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070069400 6387 80.91.224.253 (29 Nov 2003 01:30:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Nov 2003 01:30:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 29 02:29:57 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APtvp-0002kl-00 for ; Sat, 29 Nov 2003 02:29:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APusc-0002gA-7W for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2003 21:30:42 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!panix2.panix.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader2.panix.com 1070068959 28504 166.84.1.2 (29 Nov 2003 01:22:39 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Sat, 29 Nov 2003 01:22:39 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:118767 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14709 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14709 I'm sure this is a problem with (my understanding of) ssh rather than Emacs, but would appreciate some guidance anyway. I've recently started using CVS to manage my projects, and after poking around on the command line have decided to start using VC mode in Emacs. But when I try to check in a file, I get the message: ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory Write failed: broken pipe I don't use ssh-askpass for anything, hence its lack of existence; when I use ssh or any tool that uses it (rsync, etc.) I do so from the command-line, and just type my password there. How do I set Emacs up to do the same? I discovered by chance that if I try some of the commands from the Tools menu, it _does_ ask me for a password in an Emacs buffer, but it displays as I type, which is unsatisfactory, and it wasn't clear how to "enter" the value anyway. Thanks. Jesse Sheidlower