Skip to content

Instantly share code, notes, and snippets.

@JonasGroeger
Created September 28, 2021 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonasGroeger/8238d8d0c1f38ff93c8a366937e642cf to your computer and use it in GitHub Desktop.
Save JonasGroeger/8238d8d0c1f38ff93c8a366937e642cf to your computer and use it in GitHub Desktop.
Erstellen eines SSH Keys

Erstellen eines SSH Keys

$ ssh-keygen -t ed25519 -C "user@example.com"
Generating public/private ed25519 key pair.
Enter file in which to save the key (/root/.ssh/id_ed25519): 
Created directory '/root/.ssh'.
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /root/.ssh/id_ed25519
Your public key has been saved in /root/.ssh/id_ed25519.pub
The key fingerprint is:
SHA256:HLT7XudyEVxuRd8s9KjnAfgok9ylOGG0mdxucLJOZj4 user@example.com
The key's randomart image is:
+--[ED25519 256]--+
|        o     ...|
|       + * . . +=|
|        % + o.oo*|
|       + & = oo.o|
|        S * o oo |
|       * *   o.. |
|        E . . o. |
|         o ..o.  |
|          .  o.  |
+----[SHA256]-----+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment