Saturday, July 25, 2015

[SSH] Configure SSH Key-Based Authentication (windows as client , linux as server) - part1

Client Side part (windows)

Step 1

Download PuTTYgen from this page:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html


Step 2

Run the file you downloaded:

Step 3

Click "Generate" button at PuTTY Key Generator:

Step 4

And then you will get the Public key for OpenSSH authorized_keys file.Copy your "Public key for pasting into OpenSSH authorized_keys file" to wordpad or some editor and save it. Be care don't forget the your txt file location.

Step 5

Enter your key passphrase , make a note of that since you may need it later:


Step 6

Click “save private key”, input the file name you like and save it.

This save private key to your PC.

Continue please visit this acticle:

No comments :

Post a Comment