Difference between revisions of "Adding local users"

From PDP/Grid Wiki
Jump to navigationJump to search
m
Line 1: Line 1:
Run the script
+
Login to hooimijt first, and then run the script
  /user/davidg/bin/tb_adduser
 
and answer all questions. You have to be one of the predefined administors in order to complete the procedure.
 
  
Normally, the new user does not need access to tbn06 (which is the default).
+
  /export/perm/adm/bin/makeuser
 +
 
 +
with either the arguments like:
 +
 
 +
  -e davidg@nikhef.nl -n "Test User" -l "H156" -p "+31 20 592 2179" testusr2
 +
 
 +
or answer all questions. You have to be one of the predefined administors in order to complete the procedure.
  
 
Finally, add the public ssh key of the user to  
 
Finally, add the public ssh key of the user to  
 
  /home/<userid>/.ssh/authorized_keys2
 
  /home/<userid>/.ssh/authorized_keys2
and the new user should be able to login.
+
and the new user should be able to login. The option to edit the authorized_keys file is also presented to you just before the makeuser script terminates.

Revision as of 16:04, 26 May 2006

Login to hooimijt first, and then run the script

 /export/perm/adm/bin/makeuser 

with either the arguments like:

 -e davidg@nikhef.nl -n "Test User" -l "H156" -p "+31 20 592 2179" testusr2

or answer all questions. You have to be one of the predefined administors in order to complete the procedure.

Finally, add the public ssh key of the user to

/home/<userid>/.ssh/authorized_keys2

and the new user should be able to login. The option to edit the authorized_keys file is also presented to you just before the makeuser script terminates.