Uploaded on Apr 4, 2023
SSH (Secure Shell) is a network protocol used to establish a secure and encrypted connection between two computers over an unsecured network, such as the internet. It provides a secure channel for remote login, data transfer, and other network services.
How SSH (Secure Socket Shell) Works
UNDERSTANDING HOW SSH (SECURE SOCKET SHELL) WORKS SWIPE LEFT @infosectra in 2 JACK: What are you doing? JILL: I am sending an important file to my manager. www. infosectra in .com 3 JACK: Don’t you think it is risky? JILL: How? www. infosectra in .com 4 JACK: What if someone intercepts and reads your file without your permission? JILL: What is the safest way for me to send this file to my manager? www. infosectra in .com 5 JACK: Use SSH protocol ? JILL:What is SSH protocol? www. infosectra in .com 6 JACK: SSH is a network protocol that allows users to access and communicate with remote computers over an unsecured network. JILL: ? How will it protectmy file? www. infosectra in .com 7 JACK: You attach your file in a message, secure it with a lock (encryption key) (now only you have the key), and send it to your manager. JILL: ? How will he know my key? www. infosectra in .com 8 JACK: Your manager doesn’t have your key. So he adds another lock to the file and returns it to you. JILL: X But he didn’t read my file yet. www. infosectra in .com 9 JACK: Now that your manager's lock is locked, you use your key to open that file and send it back to him. Then, without anyone being able to intercept it, he uses his key to unlock the file and reads it. www. infosectra in .com The SSH Protocol The SSH protocol transmits data between client and server using symmetric solid encryption, hashing, and public-key cryptography. THANK YOU
Comments