Ouch, not only is it telnet, but it's Microsoft Telnet. Run!!!
Telnet transmits all information in plain text, so anyone sniffing your network would have no problem figuring out your passwords, or even what you are doing on the system.
SSH, or secure shell, is the proper protocol for remote systems management. You can get SSH for Windows and Unix at
or
OpenSSH is free, but it is promarily for Unix. SSH is for Unix and Windows, and has some nice packaged features in addition. But, there is a Windows version of OpenSSH at
I have no idea how mature that software is, though.
Anyway, SSH uses standard public/private key encryption to transmit all data, and you can shoose among many encryption algorithms, so it is at least a good security baseline. Even when using this, though, it pays to keep up with security advisories, because occasionally vulnerabilities are discovered.
Using the SSH protocols, you can actually do other things besides just operating a text-mode shell. For example, with a little more work, you can tunnel any sort of TCP/IP communications through SSH, thus allowing for secure file transfers, or even secure GUI access to the remote desktop, using VNC (
-------------------------------------------
"Calculus is just the meaningless manipulation of higher symbols"
-unknown F student