SSH mit ed25519

generate your key with:

ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519_usecase -C "name@machine"

add to ssh-agent with keychain

ssh-add -K

set permissions, if not already set:

chmod 400 ~/.ssh/*