Re: telnet

From: Shawn Bayern (shawn.bayern@yale.edu)
Date: Mon Apr 17 2000 - 21:01:30 EDT


On Mon, 17 Apr 2000, Khe Hy wrote:

> sorry to bother everyone again but i have a quick question about
> telnetting into my new machine. do i need some kind of telnet server
> running? I tried just trying %telnet net45-14.student.yale.edu, but
> nothing really happened.

Hi Khe...

Yes, you'll need to be running a telnet server to telnet in, although I'd
recommend setting up ssh because it's a little more secure. At any rate,
for telnet, chances are there's a line in your /etc/inetd.conf starting
with 'telnet'; you can probably just uncomment it out and send a HUP
signal to inetd --

        killall -HUP inetd

-- to 'start' the telnet server.

If there's no such line, you'll need to find and install a telnet daemon,
but it's unlikely you don't already have one lying around somewhere. If
it doesn't work, make sure there's a line for 'telnet' in /etc/services
mapping it to port 23.

Shawn



This archive was generated by hypermail 2b29 : Wed Apr 27 2005 - 03:30:04 EDT