Quote:
Telnet vs. SSH
For many years telnet has been the means by which users logged onto remote computers. But telnet transmits data in plain readable text, which is readily intercepted by hackers.
There's now a better choice: It's SSH (which stands for Secure Shell). SSH clients work just like traditional telnet clients. You can use SSH to do anything you might typically do with telnet and with the assurance that your password and other sensitive information are secure.
g00n: We must have been typing at the same time. Good explination... exactly what I was thinking. I just didn't go into so much detail. :D