It's 18 Jan 99 16:16:09,
discussion of secure telnet from dos box to linux box
ch> Before, I would just telnet in, but now i realize how easy it is to
ch> run packet sniffers and grab passwords from people doing just what i
ch> was doing. How can i make the linux box only offer login ability
ch> through an encrypted connection? I don't want passwords from login
ch> prompts or su commands to go over the network as plain text, as i think
ch> thats how the computer was comprimised the first time. What progam
ch> should I then use to remotely login to the linux box. I need to know
ch> what to use when logging in from my Win98 computer, and what to use
ch> when logging in from other linux computers.
ch> If it helps any, my hosts.deny and hosts.allow look like this:
Install SSH on the Linux box and configure it to accept logins only from
where you want (sshd runs as a daemon, so hosts.allow etc won't help).
On the Windows client, you can pay for commercial SSH clients, but for a
freebie, locate Tera Term Pro (can find it on winfiles.com), follow the
link to the home page and download the latst version. From the tera
Term home page, you can access a link to an SSH extension, which will
turn it into a full blown SSH client. The setup works quite well. :-)
Then, it's up to you whether you want to continue using (encrypted)
passwd authentication on your Linux box, or configure sshd to only
accept a key system. :) With this configuration, sshd won't accept a
login, unless you possess the required key pair for both your machine
and the Linux box. :)
At this point, you can safely kill off the telnet and rsh services. :)
However, you still have to watch what else you run on your Linux box.
ssh does nothing to guard against buffer overflow exploits and the like
against other daemons running on your box. :)
.. Do computers on ships run Microsoft Portholes?
--
|Fidonet: Tony Langdon 3:633/284.18
|
| Standard disclaimer: The views of this user are strictly his own.