trask768 wrote: > Hello, > > Thought I'd pass on some work I did to make sshfs connect to my ssh- > agent process - the agent socket location might be different based on > your OSX configuration, but mine is at $HOME/.ssh/agent.sock. > > Since password-protected rsa key files are really the most secure way > to go, especially on a laptop, this allows you to connect without > having to type your key password every time you need to connect to a > host.
Personally, I just use SSHKeychain (http://sshkeychain.org/). I just make sure that in it's Environment preferences that the variables SSH_ASKPASS is /Applications/SSHKeychain.app/Contents/MacOS/SSHKeychain, and it defaults to setting SSH_AUTH_SOCK to /tmp/<uid>/SSHKeychain.socket. I prefer my ssh-agent to ask when something wants to use my keys... and SSHKeychain does that and a lot more. Cheers, Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
