New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ssmount

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssmount

A simple tool for remembering and mounting SSHFS mount points you use regularly on OSX.

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

ssmount

For work I (Daniel) usually make use of OSX and I often have to mount specific directories from our servers to work on staging sites or client projects remotely. I've had issues in the past getting things like Transmit to mount disks so I've been using SSHFS. However because this works in the terminal and we use ACLs on the server which requires some extra options passed to the sshfs command, mounting things to work on has become tedious.

So I created ssmount, a simple tool for remembering and mounting SSHFS mount points you use regularly on OSX.

ssmount:

  • Lets you ssmount add SSHFS mounts you use regularly.
  • Allows you to mount them by simple names with ssmount mount <name>.
  • By default, passes options to sshfs that allow permissions to work correctly when the server uses ACLs.

Getting Started

Ensure you have node.js installed.

Install the ssmount command with: npm install ssmount -g (you will probably need to use sudo or change ownership of /usr/local)

License

Copyright (c) 2014 – Redwerks Systems Inc. Licensed under the MIT license.

FAQs

Package last updated on 03 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts