By Craig Cohen on Thursday, 13 November 2014
Category: OS X Server

OS X Server 10.10 and Encrypting SMB3

Yosemite Server (Server.app 4.0) supports SMB3 by default. You can add encryption and digital signing as well.

To verify your connection to that specific share is encrypted, run this command in Terminal.app

smbutil statshares -m /Volumes/pathtoshare

Compare a share that has encryption on and one that has it off. You will see additional items on the share that is encrypted.

Leave Comments