How to configure Samba to use SMBv2 and disable SMBv1 on Linux or Unix
To configure Samba to use SMBv2 and disable SMBv1 on Linux or Unix, you need to modify the Samba configuration file, usually located at /etc/samba/smb.conf. Here are the steps: Open the Samba configuration file using a text editor: sudo nano /etc/samba/smb.conf Add the following lines to the end of the file: min protocol = SMB2 … Read more