From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5959 Path: news.gmane.org!not-for-mail From: Mark Carroll Newsgroups: gmane.emacs.gnus.user Subject: nntp-open-via-rlogin-and-telnet - "Denied server" Date: 04 Nov 2005 19:37:01 +0000 (GMT) Organization: Linux Unlimited Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138671585 29548 80.91.229.2 (31 Jan 2006 01:39:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:39:45 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:36:05 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!newsfeed.gamma.ru!Gamma.RU!newsfeed.esat.net!feeder.news.heanet.ie!feed4.jnfs.ja.net!feed2.jnfs.ja.net!jnfs.ja.net!gemini.csx.cam.ac.uk!news.cam.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: rapun.sel.cam.ac.uk Originator: markc@chiark.greenend.org.uk ([193.201.200.170]) Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:6101 Original-Lines: 37 X-Gnus-Article-Number: 6101 Tue Jan 17 17:36:05 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5959 Archived-At: ssh -C -t -e none carroll@stdsun.cse.ohio-state.edu telnet -8 news.cis.ohio-state.edu nntp connects me to the NNTP server and I can go on to type "mode reader" at it, "group ", etc. to look at articles in newsgroups without having to type a password. I'm using authentication based on authorized asymmetric keys loaded into ssh-agent. However, if I try Gnus v5.10.7 under Debian GNU/Linux, in an emacs started from the same console I did the above ssh from, I can't connect to the server. It asks things like, Unable to open nntp:osu-cse, go offline? and the *Messages* buffer says things like, Opening nntp server on osu-cse... Denied server Opening nntp server on osu-cse...failed Opening nntp server on osu-cse... Denied server Opening nntp server on osu-cse...failed The total of my .gnus.el is: (setq gnus-select-method '(nntp "osu-cse" (nntp-address "news.cis.ohio-state.edu") (nntp-via-user-name "carroll") (nntp-via-address "stdsun.cse.ohio-state.edu") (nntp-via-rlogin-command "ssh") (nntp-end-of-line "\n") (nntp-via-rlogin-command-switches '("-C" "-t" "-e" "none")) (nntp-open-connection-function nntp-open-via-rlogin-and-telnet))) (setq user-mail-address "mark@ixod.org") Does anyone have any ideas or suggestions? What might I be doing wrong? -- Mark