USAGE: ./valgrind_sshd_pam.sh

NOTE: Valgrind needs to track the spawned PAM process,
      therefore the following has to be temporarily changed in 'sshd_config-MiG-sftp-subsys':
------------------------------------------------------------------------------
#UsePrivilegeSeparation sandbox
UsePrivilegeSeparation no
------------------------------------------------------------------------------

IMPORTANT: Remember to set 'UsePrivilegeSeparation sandbox' when done using valgrind.
