Does any one know ssh -i equivalent for sshfs ? I want to use sshfs without promting for a password
|
feedback
|
|
The best solution would be Another is to put your key in Yet another is Host somebox.somedomain.tld User joe IdentityFile ~/key_for_somebox Host * IdentityFile ~/key_for_everything_else | |||
feedback
|
|
Setup your system to use the SSH Agent and add your key to the agent. If you are using a recent Linux distro (ie Ubuntu and others) ssh-agent may already be setup for you. All you have to do type | |||
|
feedback
|