Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* nntp-open-via-rlogin-and-telnet - "Denied server"
@ 2005-11-04 19:37 Mark Carroll
  2005-11-05  2:28 ` Mark Carroll
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Carroll @ 2005-11-04 19:37 UTC (permalink / raw)


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 <whatever>", 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-08 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-04 19:37 nntp-open-via-rlogin-and-telnet - "Denied server" Mark Carroll
2005-11-05  2:28 ` Mark Carroll
2005-11-08 21:23   ` Reiner Steib

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).