Samba * accès aux freebox : sudo apt-get install cifs-utils sudo nano /etc/samba/smb.conf > ## SMB Protocol > # Protocol NT1 is insecure, prefer SMB2 and SMB3. > # For Freebox, NT1 is essential. > client min protocol = NT1 > server min protocol = NT1 > ntlm auth = ntlmv1-permitted