I was able to resolve my issue by commenting out the following three lines in .profile:
if [ -s “$MAIL” ] # This is at Shell startup. In normal
then echo “$MAILMSG” # operation, the Shell checks
fi # periodically.
They were causing feedback to the login process which stopped any SSH processes from working.