Encryption of OS X to Windows SMB traffic and password

Posted by Brian on Server Fault See other posts from Server Fault or by Brian
Published on 2012-11-05T00:41:06Z Indexed on 2012/11/05 5:03 UTC
Read the original article Hit count: 395

Filed under:
|
|

I connected to a Windows Server 2008 R2 shared folder from a Mac OS X Mountain Lion computer over the Internet using this command:

mount -t smbfs //user@server/path/to/share local_folder

Is traffic encrypted by default? What settings do I look at (if any) to know whether it was encrypted? If it wasn't encrypted, what's the easiest way to encrypt it? Was the password I typed at the command line encrypted?

Update: sysadmin1138 has addressed the password question. Does anyone know how I can tell if the traffic itself is being encrypted?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about macosx