Articles tagged with: remember
Who is this post for?
This post is for anyone who wants a step by step guide to accomplish any of the following
Make a SVN client like tortoise svn remember password
Make linux server remember your password when logging through putty
Tools you need:
Putty
Puttygen
What you need to do:
Using putty - login to linux server. change directory to ~/.ssh/ by typing following command
cd ~/.ssh
Type command
ssh-keygen -b 1024 -t dsa
and press enter. Do not enter a passphrase. Hit enter when prompted for one. Same for the filename. default filename = id_dsa and id_dsa.pub. id_dsa is the priva..........................
READ FULL ARTICLE