What is SSH?

Secure Shell — more commonly known as SSH — is a cryptographic network protocol that allows users to securely access one computer from another over an unsecured network.

SSH uses public-key cryptography to authenticate users and machines; a system administrator will add the public key of any user who must access a remote computer to a specific location in its filesystem. On Unix-like systems, authorized public keys are typically stored in the ~/.ssh/authorized_keys file. Any user who presents a private SSH key that matches one of the public keys on the remote machine will be able to access it.

For more educational resources related to SSH, please visit our resources on How To Set Up SSH Keys and How To Use SFTP to Securely Transfer Files with a Remote Server.

  • ssh
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to use SFTP

Introduction FTP, or “File Transfer Protocol” was a popular unencrypted method of transferring...

What are HTTP cookies?

HTTP Cookies — also known as web cookies, browser cookies, or simply just cookies — are small...