Wat Is een SSH-sleutel? Openbare Sleutels, Privésleutels en Sleutelparen Uitgelegd
Volledige gids over SSH-sleutels: hoe sleutelparen werken, verschil tussen Ed25519 en RSA, SSH-sleutel toevoegen aan GitHub en GitLab, en waar ze worden opgeslagen.
An SSH key is a cryptographic credential made of a public key and a private key.
The private key proves identity without being sent over the network.
SSH keys are commonly used for GitHub, GitLab, server login, automation, and CI/CD access.