-
Notifications
You must be signed in to change notification settings - Fork 624
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
Alternative to sshfs #487
Comments
Support for qemu virtfs is available (uses 9p to mount), but yet not merged into qemu master (for Mac). If qemu is patched, or once the patches land upstream, it would be possible to mount using that instead... Similar to podman: But see also: |
@JakubJecminek : pardon my ignorance, but I thought that And that the host would use |
sshfs is solely used inside the guest, not on the host. |
Ohh ok thank you. Sorry for the wrong question :) And thank you very much for this great project. |
Perhaps this will work for some still needing sshfs. It is a shell script that provides a basic sshfs command line interface, but mounts files with ssh tunneled webdav and mount_webdav. |
Hello,
after upgrade to Mac Os X Monterey and brew upgrade I have problem with lima that is caused by sshfs being disabled. This is because sshfs depends on macfuse which is no longer under open source license:
When you try to (re)install sshfs, homebrew will give you following error:
Is there alternative to sshfs that would support same functionality and that is compatible with lima?
The text was updated successfully, but these errors were encountered: