SSH overhead.
From: Shashank Khanvilkar (shashank_at_evl.uic.edu)
Date: 06/27/03
- Next message: Richard E Silverman: "Re: SSH overhead."
- Previous message: Chris Mattern: "Re: /etc/nologin file disappears"
- Next in thread: Richard E Silverman: "Re: SSH overhead."
- Reply: Richard E Silverman: "Re: SSH overhead."
- Reply: Shashank Khanvilkar: "Re: SSH overhead."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Jun 2003 17:33:35 -0500
Hi,
When I send a packet of 100 bytes (say) using ssh, how much overhead bytes
can I expect for ssh to add to my packet.
I am assuming that I use public key encryption with following options:
cipher: aes128-cbc
mesage-digest: hmac-md5
compression: none
I know the crude technique of finding out how much overhead will each
cipher+message digest algorithm will add. But I would like to know a more
elegant technique (if any such exists).
Is the following correct:
Application (100 bytes) --> ssh(??) --> TCP ((20 bytes basic + 12 bytes
options = 32 bytes) --> IP (20 bytes) --> ethernet (14 bytes) --> packet
sent over the wire.
-- Regards Shashank http://mia.ece.uic.edu/~papers
- Next message: Richard E Silverman: "Re: SSH overhead."
- Previous message: Chris Mattern: "Re: /etc/nologin file disappears"
- Next in thread: Richard E Silverman: "Re: SSH overhead."
- Reply: Richard E Silverman: "Re: SSH overhead."
- Reply: Shashank Khanvilkar: "Re: SSH overhead."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|