From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help,gmane.emacs.tramp Subject: Obsoleting Tramp methods Date: Fri, 01 Mar 2013 08:56:24 +0100 Message-ID: <87hakv4kpj.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362124602 878 80.91.229.3 (1 Mar 2013 07:56:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Mar 2013 07:56:42 +0000 (UTC) To: tramp-devel@gnu.org, help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 01 08:57:06 2013 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 1UBKq1-0003yC-52 for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Mar 2013 08:57:05 +0100 Original-Received: from localhost ([::1]:35461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBKpg-0007Ch-3N for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Mar 2013 02:56:44 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBKpT-0007CM-Fq for help-gnu-emacs@gnu.org; Fri, 01 Mar 2013 02:56:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBKpS-0002Ta-HE for help-gnu-emacs@gnu.org; Fri, 01 Mar 2013 02:56:31 -0500 Original-Received: from mout.gmx.net ([212.227.15.19]:50436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBKpS-0002TS-8m for help-gnu-emacs@gnu.org; Fri, 01 Mar 2013 02:56:30 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.10]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LiqoN-1UoEPg0VKv-00cv7P for ; Fri, 01 Mar 2013 08:56:29 +0100 Original-Received: (qmail invoked by alias); 01 Mar 2013 07:56:28 -0000 Original-Received: from p57BB9843.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.67] by mail.gmx.net (mp010) with SMTP; 01 Mar 2013 08:56:28 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+XLA9q+8GXDEBInksJ7Jmw3WHJsRJX5dIpymarXA h00CzY67n1t/Jq User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 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:89304 gmane.emacs.tramp:8314 Archived-At: Hi, with the upcoming Tramp 2.2.7, I plan to remove the following Tramp methods: plink1, ssh1, ssh2, scp1, scp2, scpc, rsyncc. The *1 and *2 methods are not of real use; the effect can be reached by proper configuration of ssh or putty (does anybody still use ssh v1?). The ControlMaster configuration, as indicated by scpc and rsyncc, will be performed automatically for all ssh-based methods, if possible. Does anybody see a problem with this? Best regards, Michael.