nevaforget 40961b10c0 Add SSHFS performance options
Replace minimal mount flags (dir_cache=no) with aggressive caching
and connection tuning: kernel_cache, attr/entry/negative timeouts,
fast cipher (aes128-gcm), reconnect with keepalive.
2026-04-14 11:50:33 +02:00
2025-02-04 12:33:52 +01:00
2025-02-04 12:13:16 +01:00
2025-02-04 12:13:16 +01:00
2026-04-14 11:50:33 +02:00
2025-02-04 12:37:51 +01:00

Quickly mount remote systems via SSHFS based on your ssh_config

Static mount dir is currently ~/Servers/<Host>

Dependencies

Usage

sshfs_connect <Host>

Arguments

Flag Description
-e open mountpoint in your editor

Editor Sublime-Text (subl) is currently hardcoded. See

Example ssh config

See https://wiki.archlinux.org/title/OpenSSH#Configuration

Host myserver
  HostName 127.0.0.1
  User sshusername
  IdentityFile ~/.ssh/id_rsa
Description
Quickly mount remote systems via SSHFS based on your ssh_config
Readme MIT 2.1 MiB
Languages
Go 100%