# create the public and private key, optional passphrase
ssh-keygen -t ed25519 -C "name@email.com"
# start the ssh agent
exec ssh-agent bash
# add the key
ssh-add /home/viktor/.ssh/id_ed25519
# verify it was registered
ssh-add -l