Mount remote folder over ssh on mac

  1. Install sshfs

    Use brew (brew install sshfs) will get this error message, “Error: sshfs has been disabled because it requires FUSE!”

    Ref. https://github.com/telepresenceio/telepresence/issues/1654#issuecomment-1204676705

    So download and install https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-2.5.0/sshfs-2.5.0.pkg

  2. Create local folder

  3. Mount remote folder

  4. Umount floder

This entry was posted in Mac. Bookmark the permalink.