2013年3月20日 星期三

Solutions for Macfusion mounting errors

Mount has timed out

Go to Macfusion preference, change Mount Timeout to a large number. Say 30 seconds and give it a try.

Authentication Failed error on 10.8 Mountain Lion

Copy your local public key to the remote server. E.g.:
> scp ~/.ssh/id_rsa.pub remote.server.com:.ssh/authorized_keys2

If you don't have a local public key, then create one:
> ssh-keygen -t rsa