From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14810 Path: main.gmane.org!not-for-mail From: Richard Hoskins Newsgroups: gmane.emacs.gnus.general Subject: Re: ssh rulez Date: 28 Mar 1998 14:17:35 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153941 18336 80.91.224.250 (20 Oct 2002 22:45:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:45:41 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id LAA12574 for ; Sat, 28 Mar 1998 11:19:45 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA19759 for ; Sat, 28 Mar 1998 13:20:32 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id NAN32214; Sat, 28 Mar 1998 13:55:49 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 28 Mar 1998 13:19:39 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id NAA23964 for ; Sat, 28 Mar 1998 13:19:28 -0600 (CST) Original-Received: (qmail 10258 invoked by uid 504); 28 Mar 1998 19:19:15 -0000 Original-Received: (qmail 10255 invoked from network); 28 Mar 1998 19:19:15 -0000 Original-Received: from netra.interlaced.net (207.170.170.10) by claymore.vcinet.com with SMTP; 28 Mar 1998 19:19:15 -0000 Original-Received: from localhost (rmh@ts2-p26.interlaced.net [207.170.156.90]) by netra.interlaced.net (8.8.5/8.8.4) with ESMTP id OAA19909 for ; Sat, 28 Mar 1998 14:26:20 -0500 (EST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "28 Mar 1998 10:16:13 +0200" Original-Lines: 20 X-Mailer: Gnus v5.6.3/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14810 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14810 Lars Magne Ingebrigtsen writes: > Someone told me that ssh was quite good at compressing things, so I > switched compression on and used the following select method: > > (nntp "news" > (nntp-address "copper.uio.no") > (nntp-rlogin-program "ssh") > (nntp-open-connection-function nntp-open-rlogin) > (nntp-end-of-line "\n") > (nntp-rlogin-parameters > ("telnet" "news.uio.no" "nntp"))) > As root, I envoke ssh with: # ssh -C -o "CompressionLevel 9" -L 119:news.iglou.com:119 iglou.com and set the select method to (nntp "localhost"). ssh definitely rulez.