Differences between revisions 4 and 5
Revision 4 as of 2008-12-23 14:16:49
Size: 456
Comment: undo spam
Revision 5 as of 2011-08-16 08:35:17
Size: 685
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

/!\ ''Please note: The administration pages have all been migrated to the new PSF Systems Wiki. Please no longer add information to these pages. If you need access to the new wiki, please contact psf@python.org for details.''

Adding New User Accounts

/!\ Please note: The administration pages have all been migrated to the new PSF Systems Wiki. Please no longer add information to these pages. If you need access to the new wiki, please contact psf@python.org for details.

Only logins using SSH authentication are allowed; password-authenticated logins are not supported.

  1. Create the user account. The Debian tool for doing this is useradd:

    sudo useradd -G svnusers,webmaster -c "<full name>" -m <account-name>
  2. Create the user's SSH authorization keys.

    cd ~<account-name>
    mkdir .ssh
    chmod 700 .ssh/
    jed .ssh/authorized_keys2
    chmod 600 .ssh/authorized_keys2 

Admin/NewUsers (last edited 2013-11-20 10:53:11 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.