Erstelle SSH key pair in Ubuntu

Wie erstelle ich eine ssh key pair

ssh key pair (public und private) wird folgend erstellt
$ ssh-keygen

Generating public/private rsa key pair.
Enter file in which to save the key (/home/tomas/.ssh/id_rsa): 
Created directory '/home/tomas/.ssh'.
Enter passphrase (empty for no passphrase): PRIVATES PASSWORD
Enter same passphrase again: PRIVATES PASSWORD
Your identification has been saved in /home/tomas/.ssh/id_rsa.
Your public key has been saved in /home/tomas/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:KBYwJtnOiI/tCtmaz4ePyT2/HzUnKDQXr37vCqMQpTc tomas@tomas-VirtualBox
The key's randomart image is:
+---[RSA 2048]----+
|.o+     .        |
|.o.o     o       |
|.+  . + . .      |
|o o  = + o       |
| +  = E S + .    |
|.oo. + + . +     |
|o....   = .      |
|.=o+o. . = .     |
|+o*ooo+o. .oo    |
+----[SHA256]-----+

 

Schreibe einen Kommentar