Closed GoogleCodeExporter closed 9 years ago
sshfs does work with public key authentication. If you read the help output
carefully:
> sshfs -h
...
-o SSHOPT=VAL ssh options (see man ssh_config)
...
Then, as indicated, see man _config if necessary.
So, something like:
sshfs user@host:/remote/dir /local/dir -oIdentityFile=~/.ssh/my-identity-file...
Original comment by si...@gmail.com
on 10 Apr 2008 at 5:58
Original issue reported on code.google.com by
sean.me...@gmail.com
on 10 Apr 2008 at 11:39