On Sun, Jun 29, 2008 at 09:48:06AM +0200, Jan Chaloupecky wrote:
> I wanted to have a look at what a SSH communication looks like when it
> is not encrypted so I would like to decrypt my SSH session between my
> computer and my server with the private key. I had a look at that wiki
> page http://wiki.wireshark.org/SSL
> Could you direct me to some more information about how to decrypt a
> SSH session ?
This is not currently possible in Wireshark. The page you are
referencing is for SSL encrypted connections;SSH uses its own methods
for encryption. HTTPS is HTTP over SSL for example.
Steve