tags:

views:

69

answers:

1

What is the size (in bytes) of an SSH login request?

In fact I just want to know what is the size of the login SSH request when it is send from the client to the SSH server. For a bandwidth point of view. If it is a regular user/password login.

+1  A: 

I'm getting under 6k for a complete login conversation. to a OpenSSH Debian server using PuTTY as a client and D-H key exchange. Hope that helps!

Andrew Bolster