network

Marcin Struzak marcin-list at struzak.com
Tue Oct 4 18:08:01 UTC 2005


> Tina Wang kirjoitti viestissään (lähetysaika tiistai, 4.
> lokakuuta 2005 20:54):
> > 1. I can ping and ftp to this box,  but can't access it
> > through telnet or other methods.
>
> Have you tried ssh? Telnet is insecure and ssh should be used
> instead.

Without mentioning that ssh lets you do tricks like this:

  cat /local/path/file | ssh user at othermachine diff - /remote/path/file

You also get scp with it;  it helps to have it use private/public key,
instead of password...

If you really want telnet, you will need to enable it in xinetd's
configuration file; if that still does not work, verify that you are not
using a firewall.

--Marcin




More information about the fedora-list mailing list