From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22016 Path: main.gmane.org!not-for-mail From: Hal Snyder Newsgroups: gmane.emacs.gnus.general Subject: Re: ssh foreign server problem Date: 21 Mar 1999 23:33:10 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <87g16ygkbt.fsf@gamera.hws> References: <87r9qq42ks.fsf@gamera.hws> <87u2vlzct4.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 1035160013 25905 80.91.224.250 (21 Oct 2002 00:26:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:26:53 +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 AAA28280 for ; Mon, 22 Mar 1999 00:34: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 XAB04264; Sun, 21 Mar 1999 23:33:30 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Mar 1999 23:33:57 -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 XAA14218 for ; Sun, 21 Mar 1999 23:33:49 -0600 (CST) Original-Received: from elmls02.ce.mediaone.net (elmls02.ce.mediaone.net [24.131.128.27]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id AAA28255 for ; Mon, 22 Mar 1999 00:33:41 -0500 (EST) Original-Received: from gamera.hws (rm01-24-29-193-109.ce.mediaone.net [24.29.193.109]) by elmls02.ce.mediaone.net (8.8.7/8.8.7) with ESMTP id XAA16505 for ; Sun, 21 Mar 1999 23:33:10 -0600 (CST) Original-Received: (from hal@localhost) by gamera.hws (8.9.1/8.9.1) id XAA00279; Sun, 21 Mar 1999 23:33:10 -0600 (CST) (envelope-from DrXyzzy@mediaone.net) Original-To: ding@gnus.org In-Reply-To: Hal Snyder's message of "16 Mar 1999 09:14:47 -0600" Original-Lines: 28 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:22016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22016 Following up my own post: The docs were right and I was wrong - the fact that ssh proxying worked with nc(1) was due to my using a different connection. The problem had nothing to do with gnus - emacs was coming up in a shell (spawned by Gnome) that didn't see ssh-add's done from outside. Now it works with telnet, too. Hal Snyder writes: > Thanks! That did it. Never heard of netcat before, but have used > "socket" which seems similar. Anyway, putting nc out on "shell.isp.com" > and using it instead of telnet solved the problem. > > Will send a patch for the docs tonight. > > "James H. Cloos Jr." writes: > > > >>>>> "Hal" == Hal Snyder writes: > > > > Hal> ("telnet" "news.isp.com" "nntp"))) > > > > I suspect the problem is the use of telnet(1). Telnet(1) is not well > > suited for non-interactive use. > > > > I'd suggest installing netcat (nc(1)) and using that, if said isp.com > > doesn't already have it installed. ...