Hi,
Is it possible to use pam_radius with PROXMOX ?
We currently have Yubikey ( 2 factor authentication) and we would like to use it on our proxmox cluster too
Since is using PAM I am assuming there should be no issues but...assumtions are the mother of all major mistakes ...so any hint/example/suggestions will be appreciated
Steps involved are ( these are working fine for al our Linux servers ) :
- sudo apt-get install libnss-ldapd libpam-radius-auth ldap-utils
- edit /etc/nslcd.conf and add/modify pertinent data
- add to pam.d/common-auth:
auth [success=done new_authtok_reqd=ok ignore=ignore default=bad] /lib/security/pam_radius_auth.so localifdown
-edit /etc/pam_radius_auth.conf and add the Radius secret
- edit pam.d/sshd
- edit /etc/nsswitch
Thanks
Steven
Is it possible to use pam_radius with PROXMOX ?
We currently have Yubikey ( 2 factor authentication) and we would like to use it on our proxmox cluster too
Since is using PAM I am assuming there should be no issues but...assumtions are the mother of all major mistakes ...so any hint/example/suggestions will be appreciated
Steps involved are ( these are working fine for al our Linux servers ) :
- sudo apt-get install libnss-ldapd libpam-radius-auth ldap-utils
- edit /etc/nslcd.conf and add/modify pertinent data
- add to pam.d/common-auth:
auth [success=done new_authtok_reqd=ok ignore=ignore default=bad] /lib/security/pam_radius_auth.so localifdown
-edit /etc/pam_radius_auth.conf and add the Radius secret
- edit pam.d/sshd
- edit /etc/nsswitch
Thanks
Steven