Originally Posted by rjpa123
|
I managed to finally get PAM_MOUNT working with OpenSSH.
I changed my /etc/ssh/sshd_config to use the following values:
PasswordAuthentication yes
ChallengeResponseAuthentication no
I would apreciate anyone sharing information about the security risks involved in this configuration to my SSH configuration because (like any other systems administrator) I am deeply concerned with security.
|
I know this is an old thread, but it's still valid.
Thank you for posting this. I'm using SLES 11 and was running into the same issue. This was exactly what I needed in order to get it to work.