From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alejandro Newsgroups: gmane.emacs.help Subject: TRAMP mulihop stopped working after updating to 24.3.50.1 Date: Fri, 22 Feb 2013 06:38:12 -0800 (PST) Message-ID: <496aa11a-7dca-45a1-9ad0-49da1fc61074@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1361565879 3931 80.91.229.3 (22 Feb 2013 20:44:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2013 20:44:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 22 21:45:02 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 1U8zUH-0005NN-BU for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Feb 2013 21:44:57 +0100 Original-Received: from localhost ([::1]:60760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8xMq-00078O-NW for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Feb 2013 13:29:08 -0500 X-Received: by 10.224.18.199 with SMTP id x7mr1461218qaa.1.1361543892983; Fri, 22 Feb 2013 06:38:12 -0800 (PST) X-Received: by 10.49.98.42 with SMTP id ef10mr114555qeb.15.1361543892906; Fri, 22 Feb 2013 06:38:12 -0800 (PST) Original-Path: usenet.stanford.edu!t2no4135902qal.0!news-out.google.com!t2ni785qaj.0!nntp.google.com!t2no4135895qal.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=138.67.200.31; posting-account=pQEwKgoAAABLhu4J5fBh8Ku9azhZFjEE Original-NNTP-Posting-Host: 138.67.200.31 User-Agent: G2/1.0 Injection-Date: Fri, 22 Feb 2013 14:38:12 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:196932 X-Mailman-Approved-At: Fri, 22 Feb 2013 13:28:12 -0500 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:89223 Archived-At: Hi: I configured TRAMP to use a multihop connection for some domains. I use the following configuration: (add-to-list 'tramp-default-proxies-alist '("destination.example.com" nil "/ssh:user@hop.com:")) This was working until the last update of emacs. Now when I try to open a file in destination.example.com, I get the following error: Tramp: Waiting for prompts from remote shell Tramp: Sending command `exec ssh -l user -o ControlPath=/tmp/tramp.21213BaP.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none hop.com' Tramp: Opening connection for user@destination.example.com using ssh...done byte-code: Args out of range: 68, 106 I'm running GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.6.0) of 2013-02-15 on wani04, modified by Debian. Any idea about how to fix this? Alejandro