Gnus development mailing list
 help / color / mirror / Atom feed
* Burrowing
@ 1996-07-03  6:04 Lars Magne Ingebrigtsen
  1996-07-03  9:13 ` Burrowing Thor Kristoffersen
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-07-03  6:04 UTC (permalink / raw)


By golly!  I think I've got it now!

1) telnet to host a
2) change escape character
3) telnet from host a to nntp server b
4) issue ^]
5) "mode character"

Presto!  Couldn't be easier.

(This is that old "I can't reach that nntp server from this account
but I can reach it from that account" chestnut.  It might actually
work in Gnus 5.2.33.)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: Burrowing
  1996-07-03  6:04 Burrowing Lars Magne Ingebrigtsen
@ 1996-07-03  9:13 ` Thor Kristoffersen
  1996-07-04  2:44   ` Burrowing Lars Magne Ingebrigtsen
  1996-07-04 20:15   ` Burrowing Mark Eichin
  0 siblings, 2 replies; 7+ messages in thread
From: Thor Kristoffersen @ 1996-07-03  9:13 UTC (permalink / raw)


[Lars Magne Ingebrigtsen]

| By golly!  I think I've got it now!
| 
| 1) telnet to host a
| 2) change escape character
| 3) telnet from host a to nntp server b
| 4) issue ^]
| 5) "mode character"
| 
| Presto!  Couldn't be easier.

Great!  But I hope you will make this a new function
(`nntp-open-telnet' for example), because the old `nntp-open-rlogin'
works fine if you can modify the .rhosts file.  If you use telnet it
will always ask for a password, AFAIK.


Thor
-- 
Thor Kristoffersen - thor@unik.no - http://www.unik.no/~thor/


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

* Re: Burrowing
  1996-07-03  9:13 ` Burrowing Thor Kristoffersen
@ 1996-07-04  2:44   ` Lars Magne Ingebrigtsen
  1996-07-04 20:15   ` Burrowing Mark Eichin
  1 sibling, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-07-04  2:44 UTC (permalink / raw)


Thor Kristoffersen <thor@unik.no> writes:

> Great!  But I hope you will make this a new function
> (`nntp-open-telnet' for example), because the old `nntp-open-rlogin'
> works fine if you can modify the .rhosts file.

Yup.  That's indeed what I'll be calling the function.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: Burrowing
  1996-07-03  9:13 ` Burrowing Thor Kristoffersen
  1996-07-04  2:44   ` Burrowing Lars Magne Ingebrigtsen
@ 1996-07-04 20:15   ` Mark Eichin
  1996-07-05  1:21     ` Burrowing Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 7+ messages in thread
From: Mark Eichin @ 1996-07-04 20:15 UTC (permalink / raw)
  Cc: ding

> works fine if you can modify the .rhosts file.  If you use telnet it
> will always ask for a password, AFAIK.

I'm likely to try these using Kerberos telnet/rlogin, neither of which
ask for passwords... so It Would Be Nice If the password prompt
checking code was optional (or maybe just only triggered if it *saw* a
password prompt...)

I thought "telnet -a" would check .rhosts on some systems as well, not
sure though. It may just save you from typing a password.


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

* Re: Burrowing
  1996-07-04 20:15   ` Burrowing Mark Eichin
@ 1996-07-05  1:21     ` Lars Magne Ingebrigtsen
  1996-07-05 18:34       ` Burrowing Edward J. Sabol
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-07-05  1:21 UTC (permalink / raw)


Mark Eichin <eichin@cygnus.com> writes:

> I'm likely to try these using Kerberos telnet/rlogin, neither of which
> ask for passwords... so It Would Be Nice If the password prompt
> checking code was optional (or maybe just only triggered if it *saw* a
> password prompt...)

For `nntp-open-telnet' the password thing is required.  If you're
using Kerberos, you should be able to use `nntp-open-rlogin', which
uses rsh.  (And should be called `nntp-open-rsh', I guess.)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: Burrowing
  1996-07-05  1:21     ` Burrowing Lars Magne Ingebrigtsen
@ 1996-07-05 18:34       ` Edward J. Sabol
  1996-07-07 10:46         ` Burrowing Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Edward J. Sabol @ 1996-07-05 18:34 UTC (permalink / raw)


Excerpts from mail: (05-Jul-96) Re: Burrowing by Lars Magne Ingebrigtsen
> Mark Eichin <eichin@cygnus.com> writes:
>> I'm likely to try these using Kerberos telnet/rlogin, neither of which ask
>> for passwords... so It Would Be Nice If the password prompt checking code
>> was optional (or maybe just only triggered if it *saw* a password
>> prompt...)
>
> For `nntp-open-telnet' the password thing is required. If you're using
> Kerberos, you should be able to use `nntp-open-rlogin', which uses rsh.
> (And should be called `nntp-open-rsh', I guess.)

I don't know about other environments, but in the Kerberos/AFS environments
I'm familiar with, rsh doesn't work, rlogin is frowned upon (especially since
the release of the encrypted, auto-authenticated version of telnet), and the
use of a ~/.rhosts files is completely disabled. And even if that weren't the
case, encrypted, auto-authenticated telnet streams are a *lot* sexier than
rlogin/rsh on any day of the week. If it wouldn't be too difficult, please
add a no-password-necessary option to `nntp-open-telnet' (or make a separate
function `nntp-open-telnet-no-password'?).

Thanks,
Ed


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

* Re: Burrowing
  1996-07-05 18:34       ` Burrowing Edward J. Sabol
@ 1996-07-07 10:46         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-07-07 10:46 UTC (permalink / raw)


"Edward J. Sabol" <sabol@thuban.gsfc.nasa.gov> writes:

> If it wouldn't be too difficult, please add a no-password-necessary
> option to `nntp-open-telnet' (or make a separate function
> `nntp-open-telnet-no-password'?).

I've now added this to the Red Gnus todo list.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

end of thread, other threads:[~1996-07-07 10:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-03  6:04 Burrowing Lars Magne Ingebrigtsen
1996-07-03  9:13 ` Burrowing Thor Kristoffersen
1996-07-04  2:44   ` Burrowing Lars Magne Ingebrigtsen
1996-07-04 20:15   ` Burrowing Mark Eichin
1996-07-05  1:21     ` Burrowing Lars Magne Ingebrigtsen
1996-07-05 18:34       ` Burrowing Edward J. Sabol
1996-07-07 10:46         ` Burrowing Lars Magne Ingebrigtsen

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