Re: Does ssh use telnet options?
- From: Simon Tatham <anakin@xxxxxxxxx>
- Date: 21 Mar 2007 19:23:21 +0000 (GMT)
caswick <caswick@xxxxxxxxx> wrote:
When using ssh to login to a remote server, does ssh also use telnet
options invisibly?
No, it doesn't, but the SSH protocol contains its own messages which
do many of the same things.
If ssh doesn't use telnet options, how are things like window size
communicated to the remote server so vi or less or other things know
your window size? I've searched a long time and can't seem to find
the answer. Thanks for any help!
Your definitive reference for this sort of question iks the
specifications for the SSH protocol: RFC 4521-4254 inclusive. RFC
4254 is likely to contain most of what you're after.
You mentioned window size as an example. This is dealt with in two
places in RFC 4254: section 6.2 describes the SSH message which sets
up a terminal device on the server, in which the client also
specifies the starting window size, and section 6.7 describes the
SSH message which the client sends in mid-session to indicate that
the window size has changed.
--
Simon Tatham "infinite loop _see_ loop, infinite"
<anakin@xxxxxxxxx> - Index, Borland Pascal Language Guide
.
- References:
- Does ssh use telnet options?
- From: caswick
- Does ssh use telnet options?
- Prev by Date: Does ssh use telnet options?
- Next by Date: Arriving at a specified directory instead of the user's home
- Previous by thread: Does ssh use telnet options?
- Next by thread: Arriving at a specified directory instead of the user's home
- Index(es):
Relevant Pages
|
|