Re: Silly questions on FC4 - TELNET Service.




Yes, and I did select the Telnet service that I agree, is not automatically
setup...
But all I did, is to enable it... but it seems not to do anything ! ?

I just need this, for somebody else can reach the machine.... by distance ??

I will try to instal it

Thanks

You are much better off using ssh instead of telnet especially if you want
to access a machine remotely over the Internet. SSH does everything that
telnet does plus much more. Telnet is a huge security problem, it does
everything in the clear. SSH uses an encrypted tunnel so you don't have
to worry about someone eavesdropping on your connection. SSH also has an
option of using RSA authentication instead of password authentication
which is a much better. In addition to providing you with a remote shell,
ssh does the following for you,

X Forwarding, This allows you to display an X Window through the tunnel.

Port forwarding, you can tunnel IP ports through the ssh connection,
useful for using flexlm licenses remotely.

Remote execution, just like rexec except it happens through an secure
connection and you can do it over the Internet.

SSH was installed by default on your systems so all you have to ssh from
one box to another is

ssh system_name (or IP address)

If you want to do X forwarding do,

ssh -X system_name




.



Relevant Pages

  • RE: Commentary on the seven words
    ... When I was an operating systems programmer we all too often forgot that the Operating system existed to support the application, not the other way around. ... A Because the application that we run uses a telnet client that doesn't support ssh - and that's why I can't run ssh on this system. ... I administrate one system that has 128 clients on it and it's ...
    (RedHat)
  • Re: Commentary on the seven words
    ... A Because the application that we run uses a telnet client that doesn't ... support ssh - and that's why I can't run ssh on this system. ... General Red Hat Linux discussion list ... >operating system and utility advice and assistance and there are SEVEN ...
    (RedHat)
  • Re: single linux box on dsl?
    ... > XDMCP does not use TCP by default, so you can't access a remote desktop ... > TCP port 6000 in your firewall. ... > I use ssh X forwarding all the time, ...
    (Fedora)
  • Re: Did I give up on telnet too easily?
    ... >> Those of us paying attention will have surely noticed that SSH ... >> remote exploits discovered including some major root exploits. ... >> If ssh is to be considered 'more secure' than telnet, ... >> vulnerability might outweigh the likelihood of passwords being ...
    (comp.os.linux.networking)
  • Re: Did I give up on telnet too easily?
    ... >> Those of us paying attention will have surely noticed that SSH ... >> remote exploits discovered including some major root exploits. ... >> If ssh is to be considered 'more secure' than telnet, ... >> vulnerability might outweigh the likelihood of passwords being ...
    (comp.os.linux.security)