Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Mark Carroll <markc@chiark.greenend.org.uk>
Subject: nntp-open-via-rlogin-and-telnet - "Denied server"
Date: 04 Nov 2005 19:37:01 +0000 (GMT)	[thread overview]
Message-ID: <P5f*x4U2q@news.chiark.greenend.org.uk> (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


             reply	other threads:[~2005-11-04 19:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-04 19:37 Mark Carroll [this message]
2005-11-05  2:28 ` Mark Carroll
2005-11-08 21:23   ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='P5f*x4U2q@news.chiark.greenend.org.uk' \
    --to=markc@chiark.greenend.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).