LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Configure PAM, Radius for ssh (https://www.linuxquestions.org/questions/linux-security-4/configure-pam-radius-for-ssh-945837/)

hamedhmd 05-19-2012 02:15 AM

Configure PAM, Radius for ssh
 
Hi

I want to do following scenario:

I configured PAM and freeradius, so when a user wants to ssh to server, server asks PAM if the password is correct and it is working well.

Now, I want to let users who have not account on ssh server to be able to ssh. I create user in PAM, but when ssh to server it append word "INCORRECT" to password and so PAM does no authenticate user.

I think the problem is the user is not on ssh server.
I want to know is there anyway to this?
I mean user does not exist on ssh server but on radius, server asks radius for authentication and radius authenticates it.

So in next step I can give it chroot ssh.

Thanks in advance


All times are GMT -5. The time now is 09:15 AM.