ssh-keygen -t ed25519 -C "your@email"
Enter a file in which to save the key:
/home/ivan/.ssh/id_ed25519_your@email
eval "$(ssh-agent -s)"
ssh-add /home/ivan/.ssh/id_ed25519_your@email
cat /home/ivan/.ssh/id_ed25519_your@email.pub
ssh-keygen -t ed25519 -C "your@email"
Enter a file in which to save the key:
/home/ivan/.ssh/id_ed25519_your@email
eval "$(ssh-agent -s)"
ssh-add /home/ivan/.ssh/id_ed25519_your@email
cat /home/ivan/.ssh/id_ed25519_your@email.pub