Archive for the ‘password’ tag
SSH aliases
In ~/.ssh/config add the following:
Host ALIAS HostName DOMAIN User USERNAME Port PORT_NUMBER
Passwordless login with MacFusion
Put a reference to the private key file in ~/.ssh/config, for example:
IdentityFile ~/.ssh/id_rsa
Source: FAQS.org