Re: telnet Help
From: Peter Jensen (usenet_at_pekajemaps.homeip.net)
Date: 07/21/04
- Next message: Raul Seemendi: "Dell Latitude D500 - bluetooth & display lid problems"
- Previous message: Richard Adams: "Re: telnet Help"
- In reply to: Richard Adams: "Re: telnet Help"
- Next in thread: jack: "Re: telnet Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Jul 2004 19:54:59 GMT
Richard Adams wrote:
>> There are no telnet commands, as such. A telnet connection is just a
>> direct TCP connection to port 23. The listening server usually
>> connects the incoming connection to a login program that then spawns
>> the users shell, while the client emulates some sort of terminal
>> (like VT100). Whatever commands are available in the shell and the
>> target environment is what you have to work with.
>
> No telnet commands as such, whats that supposed to mean,
I mean that when you telnet to something, the commands you end up
entering on the command line don't have anything to do with telnet, but
only the environment on the other side.
> how about the 17 options of the telnet command as per 'man telnet'
Implementation specific. Telnet is a protocol. Specifically RFC 854.
Very little is defined, and most is optional. The telnet protocol is a
low-level definition on how you connect terminals and terminal-oriented
processes (like the users shell) across a network.
> how about all the extra commands as per the escape command so on and
> so forth
I think I see where we're diverging. You're talking about a specific
program called 'telnet', which is just one implementation. I'm talking
about the protocol in general.
> and not forgetting you can telnet to "any" port not just port 23.
Since telnetting is so low-level, it can indeed be used to connect to
just about any port. If the protocol used by the daemon listening on
that port is text-oriented (like HTTP), a human may even be able to talk
to the server. I wouldn't call that telnetting, though.
> There are many applications which use telnet as a protocol but listen
> on other ports as well, or do you mean you have never really used
> anything else than; telnet <host> <port>
I'm really not sure what you're trying to say here ...
> Anyway as has been respectivly pointed out here by some, "dont use
> telnet" for login shells, use ssh instead, there is more than just big
> brother watching thesedays.
Indeed. Not that I think anyone is constantly monitoring all Internet
traffic, but it's the unexpected intruder that gets you. Therefore
always expect the worst, and you'll never be unpleasantly surprised.
-- PeKaJe We ARE as gods and might as well get good at it. -- Whole Earth Catalog
- Next message: Raul Seemendi: "Dell Latitude D500 - bluetooth & display lid problems"
- Previous message: Richard Adams: "Re: telnet Help"
- In reply to: Richard Adams: "Re: telnet Help"
- Next in thread: jack: "Re: telnet Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|