|
From: Miklos S. <mi...@sz...> - 2009-11-02 10:33:37
|
On Fri, 16 Oct 2009, Sviergn Jiernsen wrote: > sshfs seems to assume that you use id_dsa as your private key file and > provides no option to override this assumption. > > This is not good because most people who use ssh to communicate with > multiple systems use separate named connections defined in their > ~/.ssh/config files, which use the "IdentityFile" directive to name a > particular private key file. (They may also use ssh's "-i" option on the > command line.) The "-oIdentityFile=foobar" option should work with sshfs. Thanks, Miklos |