From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24072 Path: main.gmane.org!not-for-mail From: Andrew Markebo Newsgroups: gmane.emacs.gnus.general Subject: Re: ssh tunnel (one more time) Date: 09 Jul 1999 20:32:01 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: andy.eskilsson@telelogic.se NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035161702 6723 80.91.224.250 (21 Oct 2002 00:55:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:55:02 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA24489 for ; Fri, 9 Jul 1999 14:33:27 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB22236; Fri, 9 Jul 1999 13:33:20 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 09 Jul 1999 13:34:12 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA14834 for ; Fri, 9 Jul 1999 13:33:59 -0500 (CDT) Original-Received: from reliant.telelogic.com (firewall-user@reliant.telelogic.com [194.18.199.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA24480 for ; Fri, 9 Jul 1999 14:32:58 -0400 (EDT) Original-Received: by reliant.telelogic.com; id UAA12145; Fri, 9 Jul 1999 20:34:24 +0200 (CEST) Original-Received: from romulus.telelogic.com(172.18.1.8) by reliant.telelogic.com via smap (V4.2) id xma012138; Fri, 9 Jul 99 20:33:32 +0200 Original-Received: from by ; Fri, 9 Jul 1999 20:32:00 +0200 (MET DST) Original-To: ding@gnus.org X-Url: http://fukt.hk-r.se/~flognat In-Reply-To: Lars Magne Ingebrigtsen's message of "09 Jul 1999 19:45:47 +0200" Original-Lines: 39 X-Mailer: Gnus v5.6.45/Emacs 19.33 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24072 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24072 / Lars Magne Ingebrigtsen wrote: | Michael Piotrowski writes: | | > (setq gnus-select-method | > '(nntp "newsserver" | > (nntp-open-connection-function nntp-open-rlogin) | > (nntp-address "intermediate-host") | > (nntp-rlogin-program "ssh") | > (nntp-end-of-line "\n") | > (nntp-rlogin-parameters | > ("-x" "telnet" "newsserver" "nntp")))) | | Remove the "-x", and things will probably work better. Uhm: -x Disables X11 forwarding. This can also be specified on a per-host basis in a configuration file. Why would removing -x fix the problem? I have no problems with my config: (nntp "news2.asus.com.tw" (nntp-address "salt") (nntp-open-connection-function nntp-open-rlogin) (nntp-rlogin-program "ssh") (nntp-end-of-line "\n") (nntp-rlogin-parameters ("-x" "-C" "telnet" "-8" "news2.asus.com.tw" "nntp"))) I use it in foreign groups instead of the 'main' select-method.. Just another thought.. you need ssh-agent to be running, and a password to be set for the intermediate-host (salt in my case) /Andy