• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

sniffing ssh2

sciencewhiz

Diamond Member
If someone sniffs every single ssh2 packet, is it possible for them to decrypt the transactions?

I can't see how it wouldn't be possible, but was just curious.
 
Originally posted by: ScottMac
As long as it's an SSH2 session. SSH1 has already been compromised.

FWIW

Scott

That's good to know. Is there a way you can find out what type of SSH connection, say, NewEgg uses for checkouts?

-Por
 
Originally posted by: ScottMac
As long as it's an SSH2 session. SSH1 has already been compromised.

FWIW

Scott

That's good to know. Is there a way you can find out what type of SSH connection, say, NewEgg uses for checkouts?

-Por
 
Originally posted by: ScottMac
As long as it's an SSH2 session. SSH1 has already been compromised.

FWIW

Scott

That's good to know. Is there a way you can find out what type of SSH connection, say, NewEgg uses for checkouts?

-Por
 
Originally posted by: PorBleemo
Originally posted by: ScottMac
As long as it's an SSH2 session. SSH1 has already been compromised.

FWIW

Scott

That's good to know. Is there a way you can find out what type of SSH connection, say, NewEgg uses for checkouts?

-Por

Newegg uses SSL, not SSH. You can check the page properties (right click on the page and select properties (I think) in IE or info on Netscape).
 
Originally posted by: n0cmonkey
Originally posted by: PorBleemo
Originally posted by: ScottMac
As long as it's an SSH2 session. SSH1 has already been compromised.

FWIW

Scott

That's good to know. Is there a way you can find out what type of SSH connection, say, NewEgg uses for checkouts?

-Por

Newegg uses SSL, not SSH. You can check the page properties (right click on the page and select properties (I think) in IE or info on Netscape).

What's the difference?

-Por
 
SSL is Secure Socket Layer, a http protocol for web pages. It provides a means for securing transactions over the web.
SSH is Secure Shell protocol, a way of connecting remotely to a shell in a Linux or Unix machine, most commonly. Think of SSH in the same way as remote desktop, or VNC, or PCanywhere.
 
Back
Top