Gnus development mailing list
 help / color / mirror / Atom feed
From: Andrew Markebo <andy.eskilsson@telelogic.se>
Subject: Re: ssh tunnel (one more time)
Date: 09 Jul 1999 20:32:01 +0200	[thread overview]
Message-ID: <kszp15broe.fsf@telelogic.se> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "09 Jul 1999 19:45:47 +0200"

/ Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
| Michael Piotrowski <m.piotrowski@springer.de> writes:
| 
| >    (setq gnus-select-method
| >          '(nntp "newsserver"
| >                 (nntp-open-connection-function nntp-open-rlogin)
| >                 (nntp-address "intermediate-host")
| >                 (nntp-rlogin-program "ssh")
| >                 (nntp-end-of-line "\n")
| >                 (nntp-rlogin-parameters
| >                  ("-x" "telnet" "newsserver" "nntp"))))
| 
| Remove the "-x", and things will probably work better.

Uhm:

     -x   Disables X11 forwarding.  This can also be specified on
          a per-host basis in a configuration file.

Why would removing -x fix the problem?

I have no problems with my config:

(nntp "news2.asus.com.tw"
      (nntp-address "salt") 
      (nntp-open-connection-function nntp-open-rlogin)
      (nntp-rlogin-program "ssh")
      (nntp-end-of-line "\n")
      (nntp-rlogin-parameters
       ("-x" "-C" "telnet" "-8" "news2.asus.com.tw" "nntp")))

I use it in foreign groups instead of the 'main' select-method.. 

Just another thought.. you need ssh-agent to be running, and a
password to be set for the intermediate-host (salt in my case)

	/Andy




  reply	other threads:[~1999-07-09 18:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-07 12:50 Michael Piotrowski
1999-07-09 17:45 ` Lars Magne Ingebrigtsen
1999-07-09 18:32   ` Andrew Markebo [this message]
1999-07-09 18:53     ` Lars Magne Ingebrigtsen
1999-07-09 20:02       ` Andrew Markebo
1999-07-09 20:01 ` Randal L. Schwartz
1999-07-13  6:48   ` Michael Piotrowski
1999-07-13 21:36     ` Andrew Markebo
1999-07-13 22:18       ` ssh tunnel (one more time) Solution? Andrew Markebo
1999-07-14  0:40         ` Stainless Steel Rat
1999-07-14  6:50         ` Michael Piotrowski

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=kszp15broe.fsf@telelogic.se \
    --to=andy.eskilsson@telelogic.se \
    /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).