Information
Samba supports use of SSH to secure the client server connection.
Solution
Perform the following to implement the recommended state:
# awk '/^AllowTcpForwarding/ { $2 = "yes" }
{ print }' /etc/ssh/sshd_config > /etc/ssh/sshd_config.new
# /usr/bin/mv /etc/ssh/sshd_config.new /etc/ssh/sshd_config
# /usr/sbin/pkgchk -f -n -p /etc/ssh/sshd_config
# /usr/sbin/svcadm restart svc:/network/ssh