search for: encryptdata

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

Did you mean: encrypteddata
2019 Jan 07
3
Fwd: mounting a windows share on a linux client using mount.cifs with encryption
Hello 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 Exp...
2019 Jan 07
0
Fwd: mounting a windows share on a linux client using mount.cifs with encryption
....01.19 um 15:58 schrieb René Bräuer via samba: > Hello 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/S...