HTTP/2 200
date: Mon, 21 Jul 2025 16:15:43 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"3e9a8d11679e4e3e52c9b89113a4c9a9"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=CA9srVXYuON3rVaRxJIqiXwoU0S6u5TWzBodTaz9OirMvPTgBilNsh%2F6GLj1vy%2FzeodaHhcIRuPd0%2BBRGEFrTm%2Bx7rlw3OAt4VpkplCEu%2FHCnpetAJQ%2FxMNCcpsQ7lB3LaB8qNIjzMuq9HCQvqdiBLiu2PCXj%2BcGsje4Ix1BoaG74QYDBt8hVNqv2bUv%2BkifniI9jlUq3uag9Nv8HYWBAZts5Mvt0Y6nls99WDi2ABapqOYrI1kXFWQT%2BariC8h7VhvrS7Y2S81nQqv9GGkyXg%3D%3D--Z3CdZLblnd%2FQud38--l9%2BzCUS14%2B0%2FGJQq07fS7w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1028826089.1753114542; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 16:15:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 16:15:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B194:37440E:E1E11:1085DF:687E67AE
Releases · libfuse/sshfs · GitHub
Releases: libfuse/sshfs
Releases · libfuse/sshfs
SSHFS 3.7.3
Minor bugfixes.
This is the last release from the current maintainer. SSHFS is now no longer maintained
or developed. Github issue tracking and pull requests have therefore been disabled. The
mailing list (see below) is still available for use.
If you would like to take over this project, you are welcome to do so. Please fork it
and develop the fork for a while. Once there has been 6 months of reasonable activity,
please contact Nikolaus@rath.org and I'll be happy to give you ownership of this
repository or replace with a pointer to the fork.
SSHFS 3.7.2
Added a secondary check so if a mkdir request fails with EPERM an access request will be retried
SSHFS 3.7.0
New max_conns option enables the use of multiple connections to improve responsiveness during large file transfers. Thanks to Timo Savola for doing most of the implementation work, and thanks to CEA.fr for sponsoring remaining bugfixes and cleanups!
The buflimit
workaround is now disabled by default. The corresponding bug in OpenSSH has been fixed in 2007 (cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365541#37 ), so this shouldn't be needed anymore. If you depend on this workaround, please let the SSHFS maintainers know, otherwise support for the workaround will be removed completely in a future version.
SSHFS 3.6.0
Added "-o direct_io" option.
This option disables the use of page cache in kernel.
This is useful for example if the file size is not known before reading it.
For example if you mount /proc dir from a remote host without the direct_io
option, the read always will return zero bytes instead of actual data.
Added --verbose option.
Fixed a number of compiler warnings.
Improved performance under OS X.
SSHFS 3.5.2
Fixed "-o idmap=user" to map both UID and GID on all OSs.
Fixed improper handling of sequential spaces spaces in "ssh_command" option
SSHFS 3.5.1
Documentation updates
Build system updates
Added "BindInterface" as valid "-o" option.
SSHFS 3.5.0
Fixed error code returned by rename(), allowing proper fallback.
Port to Cygwin.
SSHFS 3.4.0
Make utimens(NULL) result in timestamp "now" -- no more touched files dated 1970-01-01
New createmode
workaround.
Fix fstat
workaround regression.
SSHFS 3.3.2
New renamexdev
workaround.
You can’t perform that action at this time.