Curious about telnet

Status
Not open for further replies.

Karmashock

Posts: 223   +0
What can it be used for, what is the best client/server for windows XP, and i'd like a little help setting some of it up.



I'm just looking for an all around good tutorial in telnet.
 
I have more respect for your time then that... I of course looked there first but didn't find a tutorial on the subject. The history of the protocol isn't what I'm after. I'm wondering if I can log into a command prompt at a hosting computer. That is effectively VNC JUST a command prompt.

Example:

C:\cd directoryname

or

C:\ProgramName.exe


It said I can administer servers with it... so... In what manner do you administer them and how would I go about doing that?
 
Karmashock said:
What can it be used for, what is the best client/server for windows XP, and i'd like a little help setting some of it up.



I'm just looking for an all around good tutorial in telnet.

I use it at work almost everyday. I can connect to RFT's (wireless computers on forklifts) on the warehouse floor, connect to wireless access points change settings, reboot etc. Its much easier to reboot an access point from my computer then go out in a 1.2 million square foot warehouse and manually do it!

Not sure what the best is really....
 
There are huge numbers of excellent info sites on Telnet you will find with a Google search.
It it amazingly reliable and usable, but it takes some reading... There are many universities that have excellent quick tutorials still. Also, good info on a Wikipedia site.
 
PLEASE abandon all thoughts of telnet unless you like system restore and repairing infections. Telnet is insecure and easily used as a backdoor into your
system.

THE solution for remote login is SSH. Better because the data is encrypted both
ways (making it very difficult to bust into your system), AND it also implements
FTP, so that you get two services, safe and secure, for one implementation.
 
jobeard said:
PLEASE abandon all thoughts of telnet unless you like system restore and repairing infections. Telnet is insecure and easily used as a backdoor into your
system.

Well that is true, but I think it depends on the application he uses it in. For what I use it for, I do not have to worry about any of that.
 
halo71 said:
...but I think it depends on the application he uses it in. For what I use it for...
Telnet and SSH have nothing to do with the application on the remote end.
They both provide a remote login and a means to transport data both ways.
The only issue might be running X11 GUI and even that can be done with a
careful config.
 
jobeard said:
Telnet and SSH have nothing to do with the application on the remote end.
They both provide a remote login and a means to transport data both ways.
The only issue might be running X11 GUI and even that can be done with a
careful config.

Okay maybe application was not the right word to use, maybe environment would have been a better choice.
 
halo71 said:
Okay maybe application was not the right word to use, maybe environment would have been a better choice.
other than DOS, it runs everywhere telnet/ftp will run :)
 
Status
Not open for further replies.
Back