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: tramp ssh kludge Date: Mon, 29 Jun 2009 07:20:33 +0200 Message-ID: <87eit3aa5a.fsf@gmx.de> References: <20090628215059.0007c956@gom> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246260902 30170 80.91.229.12 (29 Jun 2009 07:35:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2009 07:35:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: prad Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 29 09:34:54 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MLBOA-0001S0-LR for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2009 09:34:54 +0200 Original-Received: from localhost ([127.0.0.1]:43116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLBOA-0004d6-0I for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2009 03:34:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ML9IP-0007Q4-QZ for help-gnu-emacs@gnu.org; Mon, 29 Jun 2009 01:20:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ML9IK-0007Jp-MN for help-gnu-emacs@gnu.org; Mon, 29 Jun 2009 01:20:48 -0400 Original-Received: from [199.232.76.173] (port=36400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ML9IK-0007Jd-H1 for help-gnu-emacs@gnu.org; Mon, 29 Jun 2009 01:20:44 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:49270) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ML9IK-0003mi-0U for help-gnu-emacs@gnu.org; Mon, 29 Jun 2009 01:20:44 -0400 Original-Received: (qmail invoked by alias); 29 Jun 2009 05:20:35 -0000 Original-Received: from p57A22293.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.34.147] by mail.gmx.net (mp005) with SMTP; 29 Jun 2009 07:20:35 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19YFoUPns9Yavt+zO9qQu+wNjAHiwPFS1l4OY7FbP R9J3AVsYcC11R4 In-Reply-To: <20090628215059.0007c956@gom> (prad@towardsfreedom.com's message of "Sun, 28 Jun 2009 21:50:59 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Mon, 29 Jun 2009 03:34:29 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65627 Archived-At: prad writes: > according to the tramp manual if i want to connect through a different > ssh port i need to do: > /host#42: > which will pass -p 42 > > however, it hangs. connecting on the standard port without the kludge > was perfect. how do i connect using a different port? Syntax looks OK. Which Tramp version do you use? Did you enable traces, for checking what happened? Best regards, Michael.