Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 1996 15:32:05 -0400
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        scott@statsci.com
Cc:        invalid opcode <coredump@nervosa.com>, freebsd-current@FreeBSD.org
Subject:   Re: Is this is a stupid patch? 
Message-ID:  <9605171932.AA06028@halloran-eldar.lcs.mit.edu>
In-Reply-To: <m0uKSVm-000r3sC@main.statsci.com>
References:  <Pine.BSF.3.91.960516192957.19652A-100000@onyx.nervosa.com> <m0uKSVm-000r3sC@main.statsci.com>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Fri, 17 May 1996 09:36:18 -0700, Scott Blachowicz <scott@statsci.com> said:

> 1) telnet coredump@nervosa.com
>    Password:

>    ...except that assumes you've got a login prompt on the far end.  I
>    suppose you could accomplish something like that with an expect script
>    or some such.

You can almost do this now....

root@khavrinen(221)# telnet -a -l wollman hergotha
Trying 18.26.0.165...
Connected to hergotha.lcs.mit.edu.
Escape character is '^]'.
s/key 55 he11358
Password:

root@khavrinen(222)# telnet -a hergotha
Trying 18.26.0.165...
Connected to hergotha.lcs.mit.edu.
Escape character is '^]'.
Password:

Note that if I had kinit'ed previously (which I don't do because I'm
usually connected over the network), it would have automatically
authenticated me.  Useful thing, this `-a' flag.

If you link /usr/bin/telnet to /usr/bin/rlogin, then telnet will
emulate rlogin (but using the TELNET protocol).

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9605171932.AA06028>