Play Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it.I attached text and video instructions.To...
Automate a Remote Login Using SSH - LinuxTo do just that you need to create SSH Key Pair1. we need to use ssh-agent to create an SSH key pair.To do that run this command: ssh-keygen -t rsaWhen prompted...
Free Google Wave InvitesDo you really want a Google Wave Invite but don't want to pay $$$ on eBay???I got one for you....The deal is:I give you an Invitation and once you get it...
Start Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing.Google Chrome doesn't provide an option to load Incognito by default so...
Posted on : 10-15-2009 | By : Cool Geex | In : Linux, Terminal
0
To do just that you need to create SSH Key Pair
1. we need to use ssh-agent to create an SSH key pair.
To do that run this command: ssh-keygen -t rsa
When prompted for a password, choose something long and secure.
After few seconds you should see a message like:
Your identification has been saved in ~/.ssh/id_rsa.
Your public key has been saved in ~.ssh/id_rsa.pub.
Now we need to add the public key (id_rsa.pub) to our web server. You can head in to the web server via FTP and cut and paste the info into ~/.ssh/authorized_keys.
Or The terminal way, execute this line, substituting your login info: