Create new user with PAM and SSH
well this is my problem, I have created a service that use SSH to connect to server and Auth, and it connects with ssh, and at server I have created a limited home with chroot, for new users, I would like that new users could create a new account using PAM and SSH.
For instance:
My desktop application have two options:
New user
Login (if user have account)
When user clicks in New user, it connects to sshd server and it must create a new account at server using PAM for the new user.
So, How can I do this? thanks.
well this is my problem, I have created a service that use SSH to connect to server and Auth, and it connects with ssh, and at server I have created a limited home with chroot, for new users, I would like that new users could create a new account using PAM and SSH.
For instance:
My desktop application have two options:
New user
Login (if user have account)
When user clicks in New user, it connects to sshd server and it must create a new account at server using PAM for the new user.
So, How can I do this? thanks.
No comments:
Post a Comment