yusufbadurohman
12/31/2018 - 3:56 AM

Setup SSH Key on Windows

How to setup SSH key on Windows Operating System

λ 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]-----+