Click to See Complete Forum and Search --> : Telnet to server


Jeepsta
12-11-2000, 12:24 PM
Can I telnet (I think thats right) from my client computer to my server/firewall and control it from that? If so...how?

------------------
Its a jeep thing... You wouldn't understand.

A_Lawn_GNOME
12-11-2000, 01:06 PM
Put it in the IP addy in telnet and click "okay" http://www.linuxnewbie.org/ubb/smile.gif.

Most distro's have the default setting of not allowing root logins via telnet. You can su to it tho.

A better alternative is to get ssh. Ssh is encrypted so you won't paste your password all over the internet (telnet sends passwords as plain text) and you can login as root.