```sh
$ ssh-keygen -t ed25519
Generating public/private ed25519 key pair.
-Enter file in which to save the key (/home/emil/.ssh/id_ed25519): <ENT> # If you change this you have to do the full path without expansion iirc
-Enter passphrase for "/home/emil/.ssh/id_ed25519" (empty for no passphrase): <ENT>
-Enter same passphrase again: <ENT>
+Enter file in which to save the key (/home/emil/.ssh/id_ed25519): <RET> # If you change this you have to do the full path without expansion iirc
+Enter passphrase for "/home/emil/.ssh/id_ed25519" (empty for no passphrase): <RET>
+Enter same passphrase again: <RET>
Your identification has been saved in /home/emil/.ssh/id_ed25519
Your public key has been saved in /home/emil/.ssh/id_ed25519.pub
The key fingerprint is:
### That's It ###
-SSH has a lot of capabilities, but it's best and most useful is its simplicity.
+SSH has a lot of capabilities, but its best and most useful is its simplicity.