Threats Addressed by Secure Shell |
Below is a discussion of the threats that Secure Shell is well suited to protect your system against. Eavesdropping or Password Sniffing
Man-in-the-Middle Attack (MITM) ![]() In a MITM attack an attacker (Eve) impersonates both the server and the client. The client (Bob) initiates a connection with the server (Alice). Unknown to both Bob and Alice, an attacker (Eve) is waiting to intercept their connection negotiation. Eve receives Bob's request for a connection and authenticates herself as Alice. Eve then initiates a connection with Alice posing as Bob and authenticates herself. Two secure SSH sessions are now in place with Eve reading all of the data being passed between Bob and Alice in clear text. Secure Shell protects against MITM attacks through server host authentication. Unless the host itself has been compromised, Eve does not have access to the server's private key and cannot impersonate Alice. |
|