search for: rejectunencryptedaccess

Displaying 2 results from an estimated 2 matches for "rejectunencryptedaccess".

2019 Jan 07
3
Fwd: mounting a windows share on a linux client using mount.cifs with encryption
...ello everyone, I'm trying to mount a CIFS share served by Windows 10 Samba with encryption. On the Windows server side, I made a regular share and told Windows via Powershell command Set-SmbServerConfiguration -EncryptData 1 to encrypt the data if possible, and via Set-SmbServerConfiguration -RejectUnencryptedAccess 1 to reject unencrypted connections instead of negotiating an unencrypted connection. I then proceed to connect on Linux client side via mount -t cifs //192.168.1.176/Share /mnt -o username=user,seal Expectation: after being prompted to enter the password, the mount should be active. Actual result...
2019 Jan 07
0
Fwd: mounting a windows share on a linux client using mount.cifs with encryption
...to mount a CIFS share served by Windows 10 Samba with encryption. > > On the Windows server side, I made a regular share and told Windows via > Powershell command > Set-SmbServerConfiguration -EncryptData 1 > to encrypt the data if possible, and via > Set-SmbServerConfiguration -RejectUnencryptedAccess 1 > to reject unencrypted connections instead of negotiating an unencrypted > connection. > > I then proceed to connect on Linux client side via > mount -t cifs //192.168.1.176/Share /mnt -o username=user,seal > Expectation: after being prompted to enter the password, the mount &...