Skip to content

Instantly share code, notes, and snippets.

@freddenis
Created July 30, 2016 01:00
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 freddenis/1ad1ddf040ad8e2310fb42828cdbf717 to your computer and use it in GitHub Desktop.
Save freddenis/1ad1ddf040ad8e2310fb42828cdbf717 to your computer and use it in GitHub Desktop.
[root@myclusterdb01 ~]# ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
05:bb:f3:3b:a7:d0:f5:7b:c2:71:10:05:2e:7e:6e:11 root@myclusterdb01.mydomain.com
The key's randomart image is:
+--[ RSA 2048]----+
| . .o.|
| o .. |
| . . . E. |
| o . ... |
| S o o. |
| + . +...|
| . o .+o |
| .....o..|
| o+ .o |
+-----------------+
[root@myclusterdb01 ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment