[3581] in testers
Re: rlogin
daemon@ATHENA.MIT.EDU (Joseph Sokol-Margolis)
Sat Jun 13 01:26:22 1998
To: testers@MIT.EDU
In-Reply-To: Your message of "Sat, 13 Jun 1998 01:09:36 EDT."
<199806130509.BAA24782@small-gods.mit.edu>
Date: Sat, 13 Jun 1998 01:26:15 EDT
From: Joseph Sokol-Margolis <seph@MIT.EDU>
> > 0:48 smoke-screen(131):~% rlogin -a -x -l root nowhere
> > Couldn't authenticate to server: Bad response (during sendauth
> > exchange)
> > Trying krb4 rlogin...
> > EVISCERATE.MIT.EDU: Connection refused
> > 0:49 smoke-screen(132):~% rlogin -a -x nowhere -l root
> > [works]
>
> This one confuses me. Both forms of the command work fine when I try
> to connect to cj, and there's nothing in the argument parsing which
> suggests a dependency on order of arguments. Is this reliable?
this one seems much odder, and more elusive:
1:15 smoke-screen(140):~% rlogin -a -x nowhere -l root
[doesn't work]
1:16 smoke-screen(141):~% rlogin -a -x nowhere -l root
[works]
1:21 smoke-screen(144):~% rlogin -a -x -l root nowhere
[works]
1:22 smoke-screen(145):~% rlogin -a -x nowhere -l root
[doesn't work]
1:23 smoke-screen(146):~% rlogin -a -x nowhere -l root
[doesn't work]
1:23 smoke-screen(147):~% rlogin -a -x nowhere -l root
[works]
it always works from my linux box at home.