Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IdentityFile Issue #5

Open
tristan-k opened this issue May 11, 2012 · 0 comments
Open

IdentityFile Issue #5

tristan-k opened this issue May 11, 2012 · 0 comments

Comments

@tristan-k
Copy link

I'm trying to mount my iPhone via sshfs and iproxy everytime it is connect to my macbook via usb connection. I made a bashscript which consists of the following and gets triggered by ControlPlane:

iproxy 2222 22 &
mkdir -p /Users/tristank/Volumes/tk-iPhone
sshfs -o IdentityFile=/Users/tristank/.ssh/id_rsa -o noappledouble -o allow_other -o defer_permissions -o volicon=/Users/tristank/Pictures/Icons/icns/iPhone.icns -o volname=tk-iPhone mobile@localhost:/var/mobile /Users/tristank/Volumes/tk-iPhone

I also set up a public key authentication with my macbook, in order to get no password prompt. If I execute the script from the terminal it prompts for a password but since this should be obsoelte with the IdentityFile option, something must go wrong.
I also opened a thread at dustinrue/ControlPlane#158 but it seems that this is more of problem regarding sshfs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant