Monday, 16 February 2015

Generate Public Key in Windows

How to generate public key from windows command promt:


Open CMD: 
  
      Press:   Win+R
      Type:    cmd [Enter]

Run ssh-keygen command:

       It ask some public key file name, password and confirm password give that and user directory:

Like:  C:\Users\username

Find that filename with filename (private) and filename.pub (public)

You can find public key in filename.pub