Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.

Glossary > SSH Key

What is SSH Key?

Understanding SSH Key

SSH Key: An SSH key, short for Secure Shell key, is a pair of cryptographic keys used to authenticate a user to access a secure shell server. It consists of a public key that is stored on the server and a private key that the user possesses. The public key is used to encrypt data, which can only be decrypted using the corresponding private key. SSH keys provide a secure way to log into a server remotely, without the need for a password, enhancing security by using a more robust authentication method.

Learn More About SSH Key: