Skip to content

IdentityFile Issue #5

@tristan-k

Description

@tristan-k

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions