Reg. openssh-3.51p1/packet.c (function packet_send2())
Shashank Khanvilkar
shashank at mia.ece.uic.edu
Thu Aug 7 09:16:17 EST 2003
On Wed, 6 Aug 2003, Markus Friedl wrote:
> hi, what is all this ppp talk about?
PPP was only used to create a serial SSH link (for VPN). For example: the
following command was used:
pppd pty 'ssh -t -t zidler pppd 192.168.254.201:192.168.254.200'
(some options were spevifed to PPPd to disable compression and
authentication)
For all practical purpses you can assume that the PPP frame is something
which needs to be transmitted to the other end over SSH.
>
> why don't you just recompile packet.c
> with PACKET_DEBUG? what exactly is the problem?
I did recompile the whole package using -DPACKET_DEBUG flag.
The problem is that i want to see how much extra overhead is introduced by
SSH for transmitting a packet of say, 100 Bytes.
(Assume, blowfish_cbc, hmac_md5. no compression in both directions)
HTH
SHashank
>
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
>
More information about the openssh-unix-dev
mailing list