Thursday, January 30, 2014

Transferring Files from Windows to FreeBSD without passwords in secured way. Keyless Authentication

Transferring Files from Windows to FreeBSD without passwords in secured way

Tools needed
putty - ssh client
puttygen - ssh key genarator for windows
pscp - secure copy clients of putty

First part is Genarating keys to be used to keyless operation
keylength 2048
Click on genarate and move the mouse on blank area to create some randomness
copy the private key safely and copy the public key and  signature

in the remote machine, paste the public key signature on authorized_keys in .ssh folder and try the keyless auth

Thats all and now Enjoy

No comments:

Post a Comment