$ ssh-keygen -t ed25519 -C "your_email@example.com" # start the ssh-agent in the background $ eval "$(ssh-agent -s)" > Agent pid 59566 ssh-add ~/.ssh/id_ed25519 clip < ~/.ssh/id_ed25519.pub