Re: Decrypting an ssh session knowing the private key?
- From: "Christian Grunfeld" <christian.grunfeld@xxxxxxxxx>
- Date: Fri, 6 Oct 2006 16:13:06 -0300
Public/private keys are only used for authentication on connection
start. During comunication the data is encripted with other key.
2006/10/5, Jeff Sadowski <jeff.sadowski@xxxxxxxxx>:
I would like to write a program that could deycrypt ssh communication
by using the private key of the server computer. This should be
possable right? And I should be able to use libraries the openssh has
already writen. In fact the majority of the code should already be
writen right? I should just need to send a packet with the private key
to a function right?
- References:
- Decrypting an ssh session knowing the private key?
- From: Jeff Sadowski
- Decrypting an ssh session knowing the private key?
- Prev by Date: Re: Agent Forwarding Question for the list
- Next by Date: Re: Decrypting an ssh session knowing the private key?
- Previous by thread: Re: Decrypting an ssh session knowing the private key?
- Next by thread: Re: Decrypting an ssh session knowing the private key?
- Index(es):
Relevant Pages
|