Skip to main content

One doc tagged with "ssh-keys"

View all tags

Set Up SSH Key Authentication

SSH key authentication uses a key pair: a private key that stays on your machine, and a public key you install on each server you connect to. Once it's set up you log in without typing a password, and the server can drop password logins entirely.