Last active
November 6, 2017 15:02
-
-
Save ericallam/fc304adb5d98c5a08dcb2165858a431b 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
# ssh-keygen -t rsa | |
Generating public/private rsa key pair. | |
Enter file in which to save the key (/Users/eric/.ssh/id_rsa): /Users/eric/.ssh/digital_ocean_droplet | |
Enter passphrase (empty for no passphrase): | |
Enter same passphrase again: | |
Your identification has been saved in /Users/eric/.ssh/digital_ocean_droplet. | |
Your public key has been saved in /Users/eric/.ssh/digital_ocean_droplet.pub. | |
The key fingerprint is: | |
SHA256:TyU/FF3Z7bOS2MgIgTLu6yJBKkuOYUcMj6YjNJKq5a8 [email protected] | |
The key's randomart image is: | |
+---[RSA 2048]----+ | |
| . .. .=| | |
| . o . . ...o| | |
| .* o . . o . | | |
|o* = . = ..| | |
|O + S + * . o| | |
|Xo.o + + = . | | |
|OB. . . . | | |
|=o.. | | |
|. E+. | | |
+----[SHA256]-----+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment