*BSD News Article 96583


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!howland.erols.net!newsfeed.internetmci.com!news.mathworks.com!news1.best.com!nntp2.ba.best.com!thrush.omix.com!byron
From: Byron Brummer <byron@thrush.omix.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Difference between rlogin and telnet
Date: 31 May 1997 12:24:50 GMT
Lines: 22
Distribution: world
Message-ID: <5mp5ai$59p$1@nntp2.ba.best.com>
References: <864993028.196308@reef.island.net.au>
NNTP-Posting-Host: thrush.omix.com
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 8bit
X-Newsreader: TIN [UNIX 1.3 unoff BETA 970309; i386 FreeBSD 2.2.1-RELEASE]
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41939

Hugh Blandford <hugh@island.net.au> wrote:
> Hi All,
> I am trying to understand the difference between rlogin and telnet.  In the man
> pages it says that rlogin will be replaced by telnet but apart from that there does
> not appear to be much to differentiate them.  Is there anyone who can shed some
> light on this for me?  Is it a security issue etc?

	rlogin can do automaticly log you into another system without a
	password if you've set it up there to allow that.  See rhosts(5).
	It also doesn't like to work with firewalls.  ie; It doesn't seem to
	have an option to just act like telnet and not try to login.

	Telnet also has problem with some chars and simply won't pass them.
	One such is CTRL-O.  My editor uses this to open another window, but
	it doesn't get passed by telnet.  Rlogin has no problem with it.
	The -8 flag in telnet doesn't help.

	There is much more to them. -Different ports, different protocals,
	etc.  But not much.

-Byron
 byron@omix.com