How to permanently save a password protected ssh key on your machine

Posted by Damodar Bashyal on May 04, 2015

 

First create a new bash process by running this command on your command line.

permanently save ssh password.

ssh-agent bash

It will ask you to enter your password once, then won't ask again.

Now add your ssh keys like this:

More»

How to access website using SSH using PUTTY

Posted by Damodar Bashyal on March 07, 2012

 

This applies for CPANEL and you need to have proper rights to use SSH.

More»