From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: SSH URL Date: Sun, 30 Mar 2014 14:41:02 -0400 Message-ID: References: <87r45kiyjh.fsf@quasar.esben-stien.name> <87bnwnh92n.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396204906 12274 80.91.229.3 (30 Mar 2014 18:41:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2014 18:41:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 30 20:41:37 2014 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 1WUKfp-0002EQ-LQ for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2014 20:41:37 +0200 Original-Received: from localhost ([::1]:45232 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUKfp-0005fT-8B for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2014 14:41:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUKfV-0005fJ-U3 for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 14:41:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUKfO-0003hN-8y for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 14:41:17 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:54825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUKfO-0003hI-3a for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 14:41:10 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s2UIf35r018921; Sun, 30 Mar 2014 14:41:04 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id B4E27AE927; Sun, 30 Mar 2014 14:41:02 -0400 (EDT) In-Reply-To: <87bnwnh92n.fsf@gmx.de> (Michael Albinus's message of "Sun, 30 Mar 2014 19:48:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4897=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4897> : inlines <663> : streams <1147855> : uri <1715052> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:96867 Archived-At: > Tramp has denied to add passwords to the file name syntax so far, for > security reasons. I don't believe that I would like to change this policy. Agreed. My suggestion was only to change url-handlers.el (and probably add a url-ssh.el), not to change Tramp. > And I would need more encouragement from other people, given that > Tramp's URL implementation was completely ignored ... AFAIK this "ssh://" syntax is not standardized (E.g. Bazaar uses "bzr+ssh://"), which is probably a good reason why it's not very popular. Stefan