How to set the speed for the terminal type - WeOnlyDo Discussion board

How to set the speed for the terminal type (wodSSH / wodSSH.NET)

by Tushar, Friday, January 13, 2006, 12:01 (6687 days ago)

Hi,

I am connecting to remote server which will open a shell and displays some menu on my client so that I can select the appropriate command from the Menu and work. There is no problem in connection however the Menu drawing speed is too slow. I tried connecting to the same server with putty (v0.55) and it draws the menu instantly. After analyzing the logs from putty I found the following:-

Log from putty:

Incoming packet type 91 / 0x5b (SSH2_MSG_CHANNEL_OPEN_CONFIRMATION)
00000000 00 00 01 00 00 00 00 00 00 00 00 00 00 00 80 00 ................
Event Log: Opened channel for session
Outgoing packet type 98 / 0x62 (SSH2_MSG_CHANNEL_REQUEST)
00000000 00 00 00 00 00 00 00 07 70 74 79 2d 72 65 71 01 ........pty-req.
00000010 00 00 00 05 78 74 65 72 6d 00 00 00 50 00 00 00 ....xterm...P...
00000020 18 00 00 00 00 00 00 00 00 00 00 00 0b 80 00 00 ................
00000030 96 00 81 00 00 96 00 00 ........
Incoming packet type 99 / 0x63 (SSH2_MSG_CHANNEL_SUCCESS)
00000000 00 00 01 00 ....
Event Log: Allocated pty (ospeed 38400bps, ispeed 38400bps)
Outgoing packet type 98 / 0x62 (SSH2_MSG_CHANNEL_REQUEST)
00000000 00 00 00 00 00 00 00 05 73 68 65 6c 6c 01 ........shell.
Incoming packet type 93 / 0x5d (SSH2_MSG_CHANNEL_WINDOW_ADJUST)
00000000 00 00 01 00 00 02 00 00 ........
Incoming packet type 99 / 0x63 (SSH2_MSG_CHANNEL_SUCCESS)
00000000 00 00 01 00

If you see from the putty logs it is allocating the terminal type with speed parameters.

My question is how do I achieve the same through wodSSH client?

Thanks and Regards,
Tushar


Complete thread: