Skip to content
Discussion options

You must be logged in to vote

Full example

Generating ssh key

# command
ssh-keygen -t ed25519 -C "name@company.com"

# do not use username and password
Generating public/private ed25519 key pair.
Enter file in which to save the key (/Users/rdpanek/.ssh/id_ed25519): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /Users/rdpanek/.ssh/id_ed25519
Your public key has been saved in /Users/rdpanek/.ssh/id_ed25519.pub
The key fingerprint is:
SHA256:YTxp0/sq/EREUqp1vV5fIZCFcQhbiX0gDU8SW7Haj5s name@company.com
The key's randomart image is:
+--[ED25519 256]--+
|        .BXOXo   |
|       . BXO+.   |
|        @o+oo. . |
|       = *o. .. .|
|      . S.o.. . .|
|    …

Replies: 1 comment

Comment options

rdpanek
Jan 8, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by rdpanek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐥 canarytrace Canarytrace Pro and forDevOps and all modes
1 participant