What's The Buzz

Random posts on what’s happening in the world of Linux and Open Source Technology

Linux Goodies

Linux tips and tricks picked up on the job as a Linux Systems Engineer.

Apple Goodies

All things wonderful about Apple Computers and Devices

Podcast Goodies

Read these posts for random highlights of the Top 10 Best Tech Podcasts for the tech entrepreneur.

Microsoft Goodies

Microsoft System Engineering tips and tricks as told by a Linux Systems Engineer

Home » Archive by Month

Article Archive for August 2007

How to set up ssh login with no password
August 28, 2007 – 10:09 am | No Comment

var fbShare = {url: ‘http://www.mgtinfoconsultants.com/2007/08/how-to-set-up-ssh-login-with-no-password/’,size:’small’} How to do it
First log in on A as user a and generate a pair of authentication keys. Do not enter a passphrase:
a@A:~> ssh-keygen -t rsa
Generating public/private rsa key …