Using sshfs on macOS: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with " $ brew tap homebrew/cask $ brew cask install osxfuse")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  $ brew tap homebrew/cask
  $ brew tap homebrew/cask
  $ brew cask install osxfuse
  $ brew cask install osxfuse
$ brew install sshfs
Oh, screw this! It just ignores <tt>~/.ssh/config</tt>. Useless.
----
* See also
** https://susanqq.github.io/jekyll/pixyll/2017/09/05/remotefiles/
[[Category:Development]]

Latest revision as of 23:57, 13 December 2018

$ brew tap homebrew/cask
$ brew cask install osxfuse
$ brew install sshfs

Oh, screw this! It just ignores ~/.ssh/config. Useless.