Mount cifs through ssh tunnel
on local:
ssh -N -L 139:127.0.0.1:445 user@remote.host.name
on local:
mount -t cifs -o username=user,version=3 //localhost/user/ mountpoint
on local:
ssh -N -L 139:127.0.0.1:445 user@remote.host.name
on local:
mount -t cifs -o username=user,version=3 //localhost/user/ mountpoint