|
SSH doesn't pick up user's project from /etc/project
We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all processes run under the appropriate project for that user). Is there some ssh config that is missing? We are running open source ssh.
Any help is appreciated.
|