Differences between revisions 1 and 2
Revision 1 as of 2008-05-31 01:12:25
Size: 456
Comment:
Revision 2 as of 2008-11-15 13:59:51
Size: 456
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Adding New User Accounts

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.