Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gddabe/c813534cfadbecf3d447dcede0d4e9b6 to your computer and use it in GitHub Desktop.
Save gddabe/c813534cfadbecf3d447dcede0d4e9b6 to your computer and use it in GitHub Desktop.
Turn off packet signing on a macOS client

fix mac can't disconnect from smb share issue

sudo vi /etc/nsmb.conf

[default]
signing_required=no

Disconnect and then reconnect any mounted SMB shares to make the changes take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment