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 with socksify Date: Thu, 02 Aug 2007 07:31:26 +0200 Message-ID: <87ir7yfqoh.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186032739 21928 80.91.229.12 (2 Aug 2007 05:32:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2007 05:32:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Fabian Braennstroem Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 02 07:32:12 2007 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 1IGTI8-0000jr-OQ for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Aug 2007 07:32:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGTI8-0000bI-9K for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Aug 2007 01:32:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IGTHr-0000Yn-HW for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 01:31:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGTHp-0000YY-6h for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 01:31:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGTHp-0000YV-1g for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 01:31:49 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IGTHo-0007Pm-Hp for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 01:31:48 -0400 Original-Received: (qmail invoked by alias); 02 Aug 2007 05:31:47 -0000 Original-Received: from p57A213B8.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.19.184] by mail.gmx.net (mp048) with SMTP; 02 Aug 2007 07:31:47 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+tnph1PuetSrQ5GXkUyv9Y2zq40PpyygO235BwbO p7MoobfrkO2C+O In-Reply-To: (Fabian Braennstroem's message of "Thu, 02 Aug 2007 06:05:03 +0000") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:46259 Archived-At: Fabian Braennstroem writes: > Hi, Hi, > I wonder how I can use tramp together with socksify and telnet; > i.e. right I connect with: > /usr/bin/socksify telnet -l username ip-number port > > Does anyone know, if and how I can use tramp to open my remote files? > Would be nice! Recent Tramp 2.1 supports socksv5 proxies and http tunnels. Check the manual for gateway methods. Note that you need GNU Emacs 22.1 for this. > Regards! > Fabian Best regards, Michael.