From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Espen Newsgroups: gmane.emacs.help Subject: Re: run ssh in emacs Date: Fri, 16 Jan 2015 16:34:17 -0500 Organization: A noiseless patient Spider Message-ID: References: <87vbkbre16.fsf@bach.histomat.net> <87twzvbxb4.fsf@gmail.com> <20150113123829.GA3285@historicalmaterialism.info> <87egqy3g9k.fsf@gmail.com> <20150113151644.GB3285@historicalmaterialism.info> <87h9vsqab6.fsf@bach.histomat.net> <87d26frdrl.fsf@bach.histomat.net> <874mrq4pal.fsf@bach.histomat.net> <87wq4m30oi.fsf@bach.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421444121 1568 80.91.229.3 (16 Jan 2015 21:35:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2015 21:35:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 16 22:35:20 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YCEY4-0007JC-6p for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 22:35:20 +0100 Original-Received: from localhost ([::1]:57531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEY3-0004uy-H1 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 16:35:19 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Injection-Info: mx02.eternal-september.org; posting-host="57884428ec4dc107e9b648055b77301a"; logging-data="8947"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+zWQBw9CsPnnhrQld55eQykvxBVMJWZb0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:wA6HPCYEqLHmk0e3iOtQz5ywTmY= Original-Xref: usenet.stanford.edu gnu.emacs.help:209841 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102120 Archived-At: Haines Brown writes: > Michael Albinus writes: > >> The ftp method is not handled by Tramp; Tramp redirects all work to >> ange-ftp.el. And that package does not use auth-ources, it simply relies >> on ~/.netrc. > > Michael, sorry to be so slow on the uptake. For my Emacs 24, ELPA tells > me that ange-ftp is built in, and so I would not expect to see any > ange-ftp.el file. I gather that if I use a tramp command to transfer a > file by ftp, it is authomatically done with ange-ftp. > > I presume that since I want to use ftp, I need to define the login in > the .netrc. I have this line there: > > machine uss-irex.info login ussir03 password "Geheim" Unless your password begins and ends with quotes, this is wrong. Get rid of the quotes. -- Dan Espen