Skip to content

Releases: Fuseteam/sshmount

v1.3.2

07 Apr 01:47
v1.3.2
8557c16
Compare
Choose a tag to compare

update packaging action

v1.3.1

03 Apr 22:43
v1.3.1
5eaf1c6
Compare
Choose a tag to compare

newer version of the package script

v1.3

03 Apr 22:34
v1.3
cb28183
Compare
Choose a tag to compare
  • more general release process

v1.2

03 Apr 04:12
v1.2
5287924
Compare
Choose a tag to compare
  • separate install config out into a separate file
  • make the right files executable on install
  • say is not defined

v1.1

03 Apr 01:42
v1.1
61f37c9
Compare
Choose a tag to compare

optimize workflow
restructure the repo

sshmount v1.0

02 Apr 02:48
149f56d
Compare
Choose a tag to compare

sshmount makes it possible to run sshmount hostname to mount a remote directory on a local directory using the sshfs program

  • the script depends on both sshfs and fusermount being installed on the system
  • sshmount -u host will unmount the Localdirectory using fusermount
  • sshmount host will mount the remote directory from a host on a local directory
  • the host, local diretory and remote directory are specified in the fsconfig file
  • fsconfig in this repo is contains examples for writing a the needed config file for this script
  • this can be used in combination with a ssh config file
  • pass through sshfs flags such as -F, -f, -s, -C, -p, -o, -d, -1, -V and -h to sshfs
  • pass through ssh flags with -S example sshmount -S "-o ClearAllForwardings=no -L 3306:127.0.0.1:3306"
  • allow ssh tunneling by with -w example: sshmount -w host
  • allow ssh tunneling by specifying "PortForwarding yes" in fsconfig
  • allow localforward and remoteforward rules to be added in fsconfig
  • list mounted directories with sshmount -l
  • remount a mounted directory with sshmount -r host