1
0
This commit is contained in:
2025-04-18 17:11:39 -06:00
parent f4feb68d55
commit e5b3b553cb

@ -24,9 +24,9 @@ Here is an example that'll work for a first-key:
```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:
@ -87,4 +87,4 @@ You can also do wildcards, this is covered further in the ssh_config(5) manual p
### 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.