Sign in using Google or Yahoo! id.  

SSH Public Key

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

To generate a public key, run the program

$ ssh-keygen -t rsa 

The public key will be placed at ~/.ssh/id_rsa.pub. To install your public key immediately in the remote servers' authorized_keys file invoke following command:

$ ssh-copy-id -i ~/.ssh/id_rsa.pub username@remote.host
Posted on August 11, 2010 05:52 AM by Subhash Chandran
linux ssh
blog comments powered by Disqus