-
Notifications
You must be signed in to change notification settings - Fork 2
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
SSHFS doesn't seem to work as expected #1
Comments
Hey @ckylape: Thank you for the feedback. How did you install sshfs? Did you use brew or some other method? Is this the latest version of the software for your system? If not, you might try updating to the latest version and see if that makes a difference. |
@uberhacker - I got it from https://osxfuse.github.io/ which was a few versions behind compared to the homebrew package, so I just tried the latest version of sshfs via brew and got the same results. |
@ckylape: What happens if you try to mount in a directory other than /tmp (the default)? Try something like |
Same. I've tried /tmp, /Volumes, and ~/mounts. It's also interesting because I've tested a similar Update: |
Yeah, you might have better luck with older versions. Do you have any trouble connecting to the same site environment using the Terminus Filer Plugin? If not, then the problem is most likely not ssh but rather fuse/sshfs specific. |
@uberhacker It seems like it's an issue with Pantheon's servers and sshfs on OSX. I tried the following:
The plugin (or raw sshfs commands) did not work on any of those versions. I did get it to work though after adding
My final command looks like:
|
Nice find. I suppose it wouldn't hurt if you just used |
The |
The environment mounts perfectly, but I cannot edit any of the files because of permission denied. Also the
-o IdentityFile=<path_to_key
seems to be required otherwise it prompts for your Pantheon account password.My setup:
I get permission denied when trying to edit files when using the plugin as well as:
I get Operation not supported on socket when trying to edit when using:
Oddly enough, when I use the following and edit a line or two:
It works and uploads fine, but
nano
, Atom, and PhpStorm have issues.The text was updated successfully, but these errors were encountered: