Following scenario occurs:
Home directories on the master server (i.e MDW) are mounted on the NFS. Upon SSH login, SSH needs to access files in the user home directory to authenticate the login.
In case the NFS system is busy or hanging (Example: Overloaded by a huge COPY table out to home directory), then SSH logins does not work. When the COPY command terminates, it overwhelms the NFS and becomes a defunct process and ultimately gets stuck in the kernel call.
A quick way to check for this is:
To fix this issue, unmount and remount the NFS shared directories.