Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeConfluence
languagecpp
$ ssh-keygen -t rsaed25519 -C "your_email@example.com"
# Creates a new ssh key, using the provided email as a label
# Generating public/private rsaed25519 key pair.
# Enter file in which to save the key (/chome/Userseric/you/.ssh/id_rsaed25519): [Press
enter]Enter $ ssh-add id_rsapassphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/eric/.ssh/id_ed25519
Your public key has been saved in /home/eric/.ssh/id_ed25519.pub
The key fingerprint is:
SHA256:SS9opo/QHxT2cCwlX+ulhn3ZUVdhdG88vvliOVHJ/6c your_email@example.com
The key's randomart image is:
+--[ED25519 256]--+
|      . . .   .+B|
|       = . .  .o+|
|      = = . . o.=|
|     . O * o o.=o|
|      = S * o .o.|
|   . =   o .  . +|
|  . o .        =.|
|   . + .      = +|
|    . o      .E+o|
+----[SHA256]-----+

Now you need to enter a passphrase.

...