From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21930 Path: main.gmane.org!not-for-mail From: Hal Snyder Newsgroups: gmane.emacs.gnus.general Subject: ssh foreign server problem Date: 15 Mar 1999 19:59:15 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <87r9qq42ks.fsf@gamera.hws> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159944 25496 80.91.224.250 (21 Oct 2002 00:25:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:25:44 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA27664 for ; Mon, 15 Mar 1999 21:01:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB25183; Mon, 15 Mar 1999 19:59:51 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 15 Mar 1999 20:00:01 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA21606 for ; Mon, 15 Mar 1999 19:59:53 -0600 (CST) Original-Received: from gamera.hws (d160-244.ce.mediaone.net [24.131.160.244]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA27599 for ; Mon, 15 Mar 1999 20:59:44 -0500 (EST) Original-Received: (from hal@localhost) by gamera.hws (8.9.1/8.9.1) id TAA02146; Mon, 15 Mar 1999 19:59:15 -0600 (CST) (envelope-from DrXyzzy@mediaone.net) Original-To: ding@gnus.org Original-Lines: 42 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21930 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21930 I'm having trouble using gnus's nifty ssh foreign host feature. Is it me, or is there a bug? I'm running ssh 1.2.26, GNU Emacs 20.3.1, pgnus-0.80, FreeBSD-3.0. Ssh-agent is running and I have ssh-add'ed my id. I have a shell account with an ISP, say "isp.com". This is not my main ISP but they have newsgroups not available on the main news server I use. The news server will not respond to hosts outside of isp.com. If I do ssh -L 8119:news.isp.com:119 shell.isp.com then I am able to access the server by configuring a server as follows: (nntp "foozle" (nntp-address "localhost") (nntp-port-number 8119) (nntp-record-commands t)) But this is messy. OTOH, suppose I create another server, per the docs, to use pgnus's built-in ssh proxying: (nntp "barzle" (nntp-address "shell.isp.com") (nntp-rlogin-program "ssh") (nntp-open-connection-function nntp-open-rlogin) (nntp-end-of-line "\n") (nntp-rlogin-parameters ("telnet" "news.isp.com" "nntp"))) When I try to open this server, there's a little traffic out to the Internet, then gnus just sits there forever saying "Opening nntp server on barzle...". Manual telnet from shell.isp.com to news.isp.com, port 119 gets a positive response from the news server. I tried setting nntp-record-commands to "t", but nothing goes into the *nntp-log* buffer. Any ideas on what's wrong or how to debug this situation?