Skip to content

V0.1.31#58

Merged
blacknon merged 2 commits intomasterfrom
v0.1.31
Apr 12, 2026
Merged

V0.1.31#58
blacknon merged 2 commits intomasterfrom
v0.1.31

Conversation

@blacknon
Copy link
Copy Markdown
Owner

v0.1.31

This release focuses on stabilizing remote filesystem forwarding, especially around FUSE-based mounts and shared remote path handling.

It improves path validation across FUSE, NFS, and SMB forwarding, and fixes several issues related to root path handling, SFTPFS access, and keepalive behavior.

Changes

  • Improved FUSE forwarding behavior
  • Added shared remote path resolution and validation
  • FUSE, NFS, and SMB forwarding now validate remote paths before use
  • Fixed root path handling in FUSE
  • Added debug logging support for FUSE
  • Added locking for SFTPFS operations
  • Fixed keepalive requests to use keepalive@openssh.com

Details

This release introduces a shared remote directory validation path so forwarding features fail earlier and more clearly when the target path does not exist, is not a directory, or is not readable.

On the FUSE side, root path handling was corrected and debug support was added to make troubleshooting easier. SFTPFS operations were also synchronized to reduce issues caused by concurrent access.

In addition, SSH keepalive handling was updated to use the OpenSSH-compatible keepalive@openssh.com request name, with improved tolerance for servers that reject the request.

Summary

v0.1.31 is a maintenance and stability release focused on making remote filesystem forwarding more reliable and easier to debug.

@blacknon blacknon merged commit 7d43adb into master Apr 12, 2026
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant