Gnus development mailing list
 help / color / mirror / Atom feed
* adding ssh nntp rlogin creates new server
@ 2000-05-01 19:20 Steinar Bang
  2000-08-10 21:03 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Steinar Bang @ 2000-05-01 19:20 UTC (permalink / raw)


I am trying to read and post news from the news server I can reach
from work (news.eunet.no), using a cable modem connection from a
different ISP.

However, if I change 

(setq gnus-select-method
    '(nntp "news.eunet.no"))

to

(setq gnus-select-method
    '(nntp "news.eunet.no"
           (nntp-address "somemachine.metis.no")
           (nntp-rlogin-program "ssh")
           (nntp-open-connection-function nntp-open-rlogin)
           (nntp-end-of-line "\n")
           (nntp-rlogin-parameters
            ("-x" "-C" "telnet" "news.eunet.no" "nntp"))))

it looks like this creates a news NNTP server, because when I start
Gnus with Gnus unplugged, I get the message
	nntp (news.eunet.no) open error: ''.  Continue? (y or n) 
in the minibuffer.

If I press `y' in response to this message, Gnus starts up in
unplugged mode, with all agentized NNTP groups disabled *Group*.

(I was able to post some articles from the nndraft:queue
folder, by using
	J S
so something in the nntp-rlogin stuff is working)

Is there a way to move to this selection method and preserve the
current nntp groups in Gnus?

Over time I plan to move to the cable modem ISPs news server (possibly 
accessed through ssh on my gateway machine), but for now I would just
like to get this working so that I can read news over the cable modem
connection instead of over the phone line.



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

end of thread, other threads:[~2000-08-12  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-01 19:20 adding ssh nntp rlogin creates new server Steinar Bang
2000-08-10 21:03 ` Lars Magne Ingebrigtsen
2000-08-12  9:22   ` Steinar Bang

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).