From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: run ssh in emacs Date: Sat, 17 Jan 2015 18:12:50 +0100 Message-ID: <87oapx1gbx.fsf@gmx.de> References: <20150113151644.GB3285@historicalmaterialism.info> <87h9vsqab6.fsf@bach.histomat.net> <87d26frdrl.fsf@bach.histomat.net> <874mrq4pal.fsf@bach.histomat.net> <87wq4m30oi.fsf@bach.histomat.net> <87vbk61k7p.fsf@gmx.de> <20150117121758.GA14517@historicalmaterialism.info> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421514797 10127 80.91.229.3 (17 Jan 2015 17:13:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2015 17:13:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Haines Brown Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 17 18:13:16 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 1YCWw0-0004bp-Bx for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Jan 2015 18:13:16 +0100 Original-Received: from localhost ([::1]:59770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCWvz-00046v-Px for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Jan 2015 12:13:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCWvp-00046j-V4 for help-gnu-emacs@gnu.org; Sat, 17 Jan 2015 12:13:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCWvl-0005Rk-P1 for help-gnu-emacs@gnu.org; Sat, 17 Jan 2015 12:13:05 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:55173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCWvl-0005Ps-F8 for help-gnu-emacs@gnu.org; Sat, 17 Jan 2015 12:13:01 -0500 Original-Received: from detlef.gmx.de ([79.195.1.148]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LmK3e-1XceDB3zZi-00a0IT; Sat, 17 Jan 2015 18:12:52 +0100 In-Reply-To: <20150117121758.GA14517@historicalmaterialism.info> (Haines Brown's message of "Sat, 17 Jan 2015 07:17:58 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:PSnky/lgQqcHonQoTs/X2e3VcXOar/umyvTRdQSlNEfzSs2wdgy 9tHy3pwX1xfFkJtMKpTVIuKbSqzoiBGy5PcXzw2iy7MmFYdzXqDhD80w/qD/ZjKIDieaHhE /SAlWLX6foj3iK3FoHvBX/0r0/vpy2+UWKCUIwQKgiusOb3hdxVeSHg4msoW4SQ2fswiGth E51BuTdCDyv1X/hgEIgPA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.18 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:102133 Archived-At: Haines Brown writes: > With a $ emacs -Q session I try: > > M-x customize-variable RET > Customize variable: auth-source-debug [No match] Again: ange-ftp.el (which handles ftp connections) does NOT use auth-sources. Fix your problems with .netrc (proper permissions, maybe all entries in one line) and it shall work. > Haines Best regards, Michael.