Created
November 26, 2021 22:09
-
-
Save macmule/26eb3315923d88204d7116ff56a03c14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sh-3.2# ssh-keygen -t rsa | |
| Generating public/private rsa key pair. | |
| Enter file in which to save the key (/var/root/.ssh/id_rsa): | |
| Created directory '/var/root/.ssh'. | |
| Enter passphrase (empty for no passphrase): | |
| Enter same passphrase again: | |
| Your identification has been saved in /var/root/.ssh/id_rsa. | |
| Your public key has been saved in /var/root/.ssh/id_rsa.pub. | |
| The key fingerprint is: | |
| 73:77:c8:83:17:2c:9e:b1:6e:71:2d:bf:68:e7:8e:3b [email protected] | |
| The keys randomart image is: | |
| +--[ RSA 2048]----+ | |
| | | | |
| | . | | |
| | o o | | |
| | . B + | | |
| | S B O o | | |
| | + = = | | |
| | o . | | |
| | . Eo.. | | |
| | .+*+ | | |
| +-----------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment