From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24220 Path: main.gmane.org!not-for-mail From: Andrew Markebo Newsgroups: gmane.emacs.gnus.general Subject: Authentification on servers using rlogin method, or similar.. Date: 13 Jul 1999 23:43:14 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: 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 1035161823 7515 80.91.224.250 (21 Oct 2002 00:57:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:57:03 +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 RAA12725 for ; Tue, 13 Jul 1999 17:44:29 -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 QAB25309; Tue, 13 Jul 1999 16:44:13 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 13 Jul 1999 16:45:05 -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 QAA08833 for ; Tue, 13 Jul 1999 16:44:56 -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 RAA12703 for ; Tue, 13 Jul 1999 17:43:52 -0400 (EDT) Original-Received: by reliant.telelogic.com; id XAA22617; Tue, 13 Jul 1999 23:45:21 +0200 (CEST) Original-Received: from romulus.telelogic.com(172.18.1.8) by reliant.telelogic.com via smap (V4.2) id xma022587; Tue, 13 Jul 99 23:44:47 +0200 Original-Received: from by ; Tue, 13 Jul 1999 23:43:13 +0200 (MET DST) Original-To: ding@gnus.org X-Url: http://fukt.hk-r.se/~flognat Original-Lines: 25 X-Mailer: Gnus v5.6.45/Emacs 19.33 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24220 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24220 I am doing something like: (nntp "news5.newsfeeds.com" (nntp-address "firewall") (nntp-open-connection-function nntp-open-rlogin) (nntp-end-of-line "\n") (nntp-rlogin-program "/home/aes/scripts/ssh-tunnel.pl") (nntp-rlogin-parameters ("80" "news5.newsfeeds.com" "119"))) to issue something like: /home/aes/scripts/ssh-tunnel.pl firewall 80 news5.newsfeeds.com 119 ssh-tunnel uses the proxy command CONNECT (used by https) to connect to news5.newsfeeds.com, and then leave the command to gnus.. It works fine, except that it asks for the user/pass for "firewall", not "news5.newsfeeds.com", making it troublesome connecting to other newsservers needing authentification.. Has this been up for discussion? /Andy p.s. Works excelently for hosts not needing user/pass