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.

...

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:

...

  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


Creating the mount directories

...

Warning: do not use sudo for this command, it will create a permission error

Code Block
mkdir ~/mnt

Connecting to a network share


Note: If the RSA key for your computer changed recently, consult What to do When a Remote Machines RSA Key has Changed


Warning: do not use sudo for this command, it will create a permission error

...