Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: can't get indirect nntp to work
Date: Sat, 09 Nov 2002 00:56:37 +0900	[thread overview]
Message-ID: <yotlel9wvyve.fsf@jpl.org> (raw)
In-Reply-To: <isu1is2j5e.fsf@elk.ps.uni-sb.de>

Hi,

>>>>> In <isu1is2j5e.fsf@elk.ps.uni-sb.de> 
>>>>>	Denys Duchier <Denys.Duchier@ps.uni-sb.de> wrote:

> I have been trying to connect to the news server at my previous place
> of employment by using ssh to go through my account there, but I can't
> get it to work.  Here is the setting I am using:

> (setq gnus-select-method
>       '(nntp "news.ps.uni-sb.de"
>            (nntp-address "news.ps.uni-sb.de")
>            (nntp-via-rlogin-command "ssh")
>            (nntp-via-rlogin-command-switches nil)
>            (nntp-via-user-name "duchier")
>            (nntp-via-address "elk.ps.uni-sb.de")
>            (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)))

Could you try to add the fllowing parameter?

           (nntp-end-of-line "\n")

And, please also try this:

           (nntp-via-rlogin-command-switches ("-t"))

> PS:
> BTW, the nntp-first wait-for-string should probably be:
>       (nntp-wait-for-string "^\r?telnet")
> instead:
>       (nntp-wait-for-string "^r?telnet")

"^r?telnet" is for both telnet and rtelnet (rtelnet is a
socksified version of telnet).
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2002-11-08 15:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-08 15:09 Denys Duchier
2002-11-08 15:56 ` Katsumi Yamaoka [this message]
2002-11-09 10:31   ` Denys Duchier

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=yotlel9wvyve.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /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).