mahinthjoe / macfuse

Automatically exported from code.google.com/p/macfuse
0 stars 0 forks source link

SSHFS GUI isn't picking up environment variables #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use an SSH Agent program such as SSH Agent
2. Make identity globally available and decrypt
3. Launch SSHfs from Terminal command line - it picks up the decrypted
identity just fine
4. Launch SSHfs from the GUI application, it does not read the default
~/.MacOSX/environment.plist and asks for the private key decryption phrase

What is the expected output? What do you see instead?
The expected output is not to be challenged to decrypt my private key
(since this was done with the SSH Agent program). I am challenged to
decrypt my private key and then successful mounting occurs after
authenticating.

What version of the product are you using? On what operating system?
SSHfs 0.1.0 (installed from dmg)
MacFuse - Core 0.2.2 (installed from dmg)
SSH Agent 1.1
Mac OS X 10.4.8

Please provide any additional information below.

I believe it's a simple problem of not parsing the environment file prior
to launching the GUI. As I mentioned, if I launch SSH Agent, then launch
the terminal, then launch SSHfs via the command line, it works completely
as expected. 

http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Artic
les/EnvironmentVars.html

Original issue reported on code.google.com by cnkel...@gmail.com on 29 Mar 2007 at 7:00

GoogleCodeExporter commented 8 years ago
sshfs.app is unsupported and made available as-is. There are other, better 
alternatives--please discuss this on 
the mailing list.

Original comment by si...@gmail.com on 29 Mar 2007 at 7:50