64a65031b8c7f2a3dfdf1bca61ac093ffbf0d5ed
Less surprising than mounting / — users typically want their own files, and accessing system paths still works via absolute paths.
Quickly mount remote systems via SSHFS based on your ssh_config
Static mount dir is currently ~/Servers/<Host>
Install
Arch Linux (Moonarch repo)
Available in the Moonarch package repository as sshfsc-git:
paru -S sshfsc-git
From source
go build -o sshfsc
install -Dm755 sshfsc /usr/local/bin/sshfsc
Dependencies
Usage
sshfsc <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
Languages
Go
100%