/kb

personal knowledgebase

Archive for the ‘password’ tag

SSH aliases

without comments

In ~/.ssh/config add the following:

Host ALIAS
HostName DOMAIN
User USERNAME
Port PORT_NUMBER

Written by hgrimelid

June 18th, 2010 at 10:02 am

Posted in Server,Shell

Tagged with ,

Passwordless login with MacFusion

without comments

Put a reference to the private key file in ~/.ssh/config, for example:

IdentityFile ~/.ssh/id_rsa

Source: FAQS.org

Written by hgrimelid

August 6th, 2009 at 9:28 am

Posted in Server

Tagged with , , , ,