Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.
/ ezsshfs Public archive

bash helper script for multiple sshfs mounts

Notifications You must be signed in to change notification settings

toddwilson/ezsshfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ezsshfs

Easy handling of multiple sshfs mounts

Depends on sshfs. Brew install it!

Installation

  • Create directory ~/.ezsshfs (this is where your mount profiles will go)

  • Add a new profile to the directory. Example:

# ~/.ezsshfs/example-profile

# leverage your ssh-config to do any special magic you need there
host="myhostname"

# What directory on the remote machine to mount to
host_dir="/"

# Local directory where the mount reside
local_dir="/Volumes/RemoteHost"
  • Add ezsshfs to your $PATH

Usage

Mount a SSHFS profile:

$ ezsshfs example-profile start

Unmount:

$ ezsshfs example-profile stop

About

bash helper script for multiple sshfs mounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published