Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I am currently using Filesys::SmbClient to access a text file but when using tcpdump I notice that the path etc are not encrypted. How do I force encryption?
I have set the following at: ~/.smb/smb.conf and /etc/samba/smb.conf
[global] client min protocol = SMB3 client smb encrypt = required
When I use /usr/bin/smbclient the stuff seems to be encrypted. However safely passing passwords to smbclient appears to be trickier and more troublesome.
|
|---|