Hi,
I just configured remote CISF mount, however couldn't see any way to make sure traffic is encrypted to smb share because I am using it over internet.
I can do just fine from CLI using :
As per docs, I believe using
tl;dr
Does SMB share added by PVE GUI uses encryption when supported, if not, how do I enable ?
I just configured remote CISF mount, however couldn't see any way to make sure traffic is encrypted to smb share because I am using it over internet.
I can do just fine from CLI using :
Code:
mount.cifs -o seal,user=<username>,pass=<password> //path/to/SMB/Server/backup /PATH/FOLDER
As per docs, I believe using
-o seal
asks for encrypted traffic if supported by server. tl;dr
Does SMB share added by PVE GUI uses encryption when supported, if not, how do I enable ?