SSH doesn't pick up user's project from /etc/project


 
Thread Tools Search this Thread
Operating Systems Solaris SSH doesn't pick up user's project from /etc/project
# 1  
Old 05-01-2008
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.
# 2  
Old 05-02-2008
The info you gave was not that clear to me. However what I understood was that you are not logging in via ssh as the user otherwise you would not need to su to that username. And please clarify what did you mean by "the user does get the project they are assigned to" ?? Once you log in to system using ssh the user will land in his home directory...
# 3  
Old 05-21-2008
What does your /etc/project file look like and your /etc/user_attr file look like. There might be a disconnect somewhere in there about defining default projects.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies

2. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

3. UNIX and Linux Applications

Need ideas for graduation project based on unix or linux Need ideas for graduation project based on

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

4. Solaris

what is the use of /etc/project file and project administration commands?

i have two doubts.. 1. what is the use /etc/project file. i renamed this file and when i tried to switch user or login with some user account the login was happening slowly. but when i renamed it to original name it was working fine... why so? 2. unix already has useradd and grouadd for... (4 Replies)
Discussion started by: chidori
4 Replies

5. Shell Programming and Scripting

GNU make doesn't pick up changes

It's been a while since I had to write a Makefile, but I've managed to clobber this together: SRC=module1.c module2.c OBJS=$(SRC:%.c=%.o) HDR=include1.h include2.h CC=gcc CFLAGS=-Wall -ggdb -D_XOPEN_SOURCE -I. -ansi all: program program: $(OBJS) $(CC) $(CFLAGS) -o $@ $(OBJS) ... (3 Replies)
Discussion started by: pludi
3 Replies

6. Shell Programming and Scripting

I Need Some Help With My Ssh Shell Programming Class Project???????

Instructions: Type all your answers on one file (initiallastname_project2-answers file) and submit via the Projects Dropbox section on Angel. The file should contain answers to the questions below. Valid answers include: - command/s used - output of the command/s (including error... (2 Replies)
Discussion started by: kprescod4158
2 Replies

7. Programming

I Need Some Help With My Ssh Shell Programming Class Project???????

Instructions: Type all your answers on one file (initiallastname_project2-answers file) and submit via the Projects Dropbox section on Angel. The file should contain answers to the questions below. Valid answers include: - command/s used - output of the command/s (including error or... (1 Reply)
Discussion started by: kprescod4158
1 Replies

8. Programming

First Project help

People I am a new developer and this is my first project so i need your help.I have completed the connection part of my chat server now i need to develop it further for which i need help from someone so please help me out. (6 Replies)
Discussion started by: arjunjag
6 Replies

9. Programming

Project Help

hi all. Im not sure whether this is the correct forum to post in, but here goes. I've been given my first year (uni) project c++, a pretty small one really. Problem is I have written a code, but I havent tested or debugged it (dont ask). Can someone check it and correct any errors I have... (1 Reply)
Discussion started by: Shade
1 Replies
Login or Register to Ask a Question