Samba – how to configure Samba to use SMBv2 and disable SMBv1 on Linux

# vi /etc/samba/smb.conf
    [global]
    min protocol = SMB2
# service smb restart

Leave a Reply

You must be logged in to post a comment.