Created
December 31, 2018 03:56
-
-
Save ybrdev/3b27a62ffc88b1c91337c587077b2947 to your computer and use it in GitHub Desktop.
How to setup SSH key on Windows Operating System
This file contains 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 -C "yusuf.badurohman@gmail.com" | |
Generating public/private rsa key pair. | |
Enter file in which to save the key (C:\Users\EXPLOIT/.ssh/id_rsa): | |
Enter passphrase (empty for no passphrase): | |
Enter same passphrase again: | |
Your identification has been saved in C:\Users\EXPLOIT/.ssh/id_rsa. | |
Your public key has been saved in C:\Users\EXPLOIT/.ssh/id_rsa.pub. | |
The key fingerprint is: | |
SHA256:Zwa5JUfYGq9puyw9/X2THYRsgCJR4dGkaXa8GkgVi80 yusuf.badurohman@gmail.com | |
The key's randomart image is: | |
+---[RSA 2048]----+ | |
| .o*=+o | | |
| .*.O=.. | | |
| o.E=*o o . | | |
| . + o*o + . | | |
| . .S++ . . | | |
| *+ . | | |
| + o +| | |
| ..+ . . oo| | |
| .oo .. ...| | |
+----[SHA256]-----+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment