Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose: Provide instruction on how to install and configure SSHFS to allow the secure mounting of network shares via SSH.

...

Code Block
sudo ln -sn /opt/local/Library/Filesystems/macfuse.fs /Library/Filesystems/macfuse.fs

Note: If you do not see macFUSE appear in the System Settings window, you can download macFUSE manually from https://osxfuse.github.io/ to install the program. Be sure to download the correct dmg based on the OS and chipset you are installing on. 


NOTE: This message is for users that did not use MacPort to install macFUSE. This step do not apply to all users

In System Preferences select the macFUSE icon and check for updates. You may experience issues with mounting network shares with macFUSE on your machine is not up to date

Note: If you do not see macFUSE appear in the System Settings window, you can download macFUSE manually from https://osxfuse.github.io/ to install the program. Be sure to download the correct dmg based on the OS and chipset you are installing on. 


Note: These instructions below are only for M1 users:

When attempting to run a script using sshfs you will get a macFUSE popup stating "System Extension Blocked" seen below. 

Image RemovedImage Added

Select Open system preferences > Security & Privacy > Unlock the lock with your computer password > and select "Enable System Extensions"

Image RemovedImage Added

Once the action is complete, you will receive another popup to shut down your machine and to boot into recovery mode to enable the kernel extensions from the Security Policy button. 

Image RemovedImage Added

Once your machine is fully powered off, please follow the following steps:

  1. Press and hold the power button until “Loading startup options” appears.

  2. Click Options, then click Continue.

  3. Select an administrator account, then click Next.

  4. Enter the password for the administrator account, then click Continue.

  5. In the Recovery app, choose Utilities > Startup Security Utility.

  6. Select the system you want to use to set the security policy.

  7. If the disk is encrypted with FileVault, click Unlock, enter the password, then click Unlock.

  8. Click Security Policy.

    1. You will need to select the "Reduced Security: Allows any version of signed operating system software ever trusted by Apple to run" option. 
    2. You will then select "Allow remote management of kernel extensions and automatic software updates: Authorizes remote management of legacy kernel extensions and software updates using a mobile device management (MDM) solution." option 
  9. Click OK
  10. If you changed the security, click the User pop-up menu, choose an administrator account, enter the password for the account, then click OK.

  11. Choose Apple menu > Restart. (You must restart your Mac for the changes to take effect.)


Connecting to a network share

...