15 Nov
2005
15 Nov
'05
1:26 p.m.
On November 15, 2005 6:22:31 PM +0530 Vishwanath Srikant Pattanshetti <vspattanshetti@airvananet.com> wrote:
I have freeradius installed on solaris 10. I want to do the configuration in such a way that, when a user connects to this machine using ssh, the user authentication is done using the RADIUS server. I have added the following line to /etc/pam.conf on solaris machine.
ssh auth sufficient pam_radius_auth.so.1
But I do not see any request sent to radius server when a user connects to the machine using ssh.
On Solaris 10, sshd does not use the 'ssh' service. Look at sshd(8). -frank