SSH Keys

Manage SSH keys for server access

How to generate an SSH key

Run this command on your local machine:

ssh-keygen -t ed25519 -C "your_email@example.com"

Then copy the contents of ~/.ssh/id_ed25519.pub