Create public SSH keys
SSH keys are much safer than passwords and are considered best practice.
Create SSH keys
ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519Generating public/private ed25519 key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/user/.ssh/id_ed25519.
Your public key has been saved in /home/user/.ssh/id_ed25519.pub.
The key fingerprint is:
SHA256:51yQPILlrqdxLQTe7VRxmdxVnCdozD19At2wsHBm/H4 [email protected]
The key's randomart image is:
+--[ED25519 256]--+
| . .+B*oO*|
| + . **=XoB|
| o o =.o..+o|
| . + o + . |
| . S + .. |
| o B . . E|
| o + = . |
| = . |
| . |
+----[SHA256]-----+
Congratulations
Last updated
Was this helpful?