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: SSH URL Date: Sun, 30 Mar 2014 21:26:51 +0200 Message-ID: <877g7bh4hw.fsf@gmx.de> 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 1396207646 6999 80.91.229.3 (30 Mar 2014 19:27:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2014 19:27:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 30 21:27:20 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 1WULO3-00075N-J5 for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2014 21:27:19 +0200 Original-Received: from localhost ([::1]:45476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WULO2-00024L-Pb for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2014 15:27:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WULNo-00023A-1i for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 15:27:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WULNj-0002rp-DQ for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 15:27:03 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:52985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WULNj-0002rh-3Y for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 15:26:59 -0400 Original-Received: from detlef.gmx.de ([93.202.61.96]) by mail.gmx.com (mrgmx101) with ESMTPS (Nemesis) id 0LlqNY-1X3gCP0JTk-00ZLHY; Sun, 30 Mar 2014 21:26:57 +0200 In-Reply-To: (Stefan Monnier's message of "Sun, 30 Mar 2014 14:41:02 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:ZsaTb5sLVYrs0TppS0YtxBvphCExoRK31NyMKXzRpUJzcQ63PBX pddQSLiB/Oos7say6v5FREvWpWd1CnHrjuYN2ExxFFG+EJ6TbRsIDLDklhrZrs1GbX8iOmY YLsBv+LRn5hAvfBJqDFtozYG1ZJ9ycgxAiAQP7KoY2BWoijwQXV1pFiWr5atZ3WrphoV4rD 6Gr+y16k0QJJcOd8YCB/w== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:96870 Archived-At: Stefan Monnier writes: >> 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. The IETF documents a draft at least, . It hasn't found its way into an accepted rfc (AFAIK), but we could use it. IANA documents it as known scheme, . Other connection methods, supported by Tramp, are accepted as rfc, like ftp, telnet (RFC 3986), or rsync (RFC 5781). > Stefan Best regards, Michael.