From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.tramp,gmane.emacs.help Subject: Re: Obsoleting Tramp methods Date: Fri, 01 Mar 2013 06:32:18 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87txovs6d9.fsf@lifelogs.com> References: <87hakv4kpj.fsf@gmx.de> Reply-To: tramp-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362137567 21169 80.91.229.3 (1 Mar 2013 11:32:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Mar 2013 11:32:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: tramp-devel@gnu.org Original-X-From: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Fri Mar 01 12:33:07 2013 Return-path: Envelope-to: get-tramp-devel@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 1UBOCz-00028m-Iw for get-tramp-devel@m.gmane.org; Fri, 01 Mar 2013 12:33:01 +0100 Original-Received: from localhost ([::1]:52963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBOCe-0001Aw-GN for get-tramp-devel@m.gmane.org; Fri, 01 Mar 2013 06:32:40 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBOCb-0001Aj-EO for tramp-devel@gnu.org; Fri, 01 Mar 2013 06:32:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBOCa-000505-EL for tramp-devel@gnu.org; Fri, 01 Mar 2013 06:32:37 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:60176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBOCa-0004zu-7k for tramp-devel@gnu.org; Fri, 01 Mar 2013 06:32:36 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UBOCs-00020a-Tw for tramp-devel@gnu.org; Fri, 01 Mar 2013 12:32:54 +0100 Original-Received: from c-65-96-148-157.hsd1.ma.comcast.net ([65.96.148.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Mar 2013 12:32:54 +0100 Original-Received: from tzz by c-65-96-148-157.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Mar 2013 12:32:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: tramp-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-65-96-148-157.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:1aMg5dhjb2VuyQdwATSfYNoLtp8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: tramp-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Original-Sender: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.tramp:8315 gmane.emacs.help:89305 Archived-At: On Fri, 01 Mar 2013 08:56:24 +0100 Michael Albinus wrote: MA> with the upcoming Tramp 2.2.7, I plan to remove the following Tramp MA> methods: plink1, ssh1, ssh2, scp1, scp2, scpc, rsyncc. MA> The *1 and *2 methods are not of real use; the effect can be reached by MA> proper configuration of ssh or putty (does anybody still use ssh v1?). MA> The ControlMaster configuration, as indicated by scpc and rsyncc, will MA> be performed automatically for all ssh-based methods, if possible. MA> Does anybody see a problem with this? I think it's a good thing, as long as the manual tells people what to do, and the error messages point people to the manual :) Ted