I have some users, who connect to my server through the ssh for port forwarding and ssh tunneling, but there is a problem: I cannot limit their concurrent logins, because they have no session and cannot access to any shell. In this case, PAM and Limits file, wont help.
|
feedback
|
|
According to OpenSSH FAQ you could use PAM for ssh authentication. | |||||
feedback
|