ssh-keygen -t ed25519 -C "mein-schluessel" -f ~/.ssh/id_mein_eindeutiger_key
Schlüssel ohne Passwort erstellen, da sonst keine passwortlose Identifizierung stattfindet.
SSH-Key übertragen
ssh-copy-id -i ~/.ssh/id_mein_eindeutiger_key.pub user@server