SSH

Table of Contents

Topics

How SSH works

Establishes a session key with Diffie-Hellman algorithm

Authenticates the User's Access

Fingerprints

If the fingerprint changes:

How-to

Get the public key from a private key

ssh-keygen -f ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub