|
dinsdag 08 december 2009 17:20 |
|
Just a quick note about the libpam-ssh profile i've written for the pam-auth-update system as used by Debian and Ubuntu. I've got no idea if it is fully correct, but it works for me.
create a file /usr/share/pam-configs/ssh with the following content:
Name: Add libpam-ssh to the pam stack Default: yes Priority: 1024 Auth-Type: Primary Auth: sufficient pam_ssh.so Auth-Initial: sufficient pam_ssh.so Session-Type: Additional Session: sufficient pam_ssh.so Session-Initial: sufficient pam_ssh.so
You probably have to be root-user to do this. Then, as root, run pam-auth-update to enable this profile.
|