Article Archive for August 2007
How to set up ssh login with no password
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 …



