Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by KevinMcGrail] Documenting information about setting up other users with SSH access for spamassassin-vm box

...

  • Account creation is detailed in the PMC FAQ: http://www.apache.org/dev/pmc.html
  • Account karma can be granted by the PMC Chair: InfraNotes GrantingKarma
  • PMC people: http://www.apache.org/dev/solaris-zones.html explains how to create an acct in on the zoneSolaris zones. Here is a quick guide:
  • Create the account with this command:
  • sudo useradd -d /export/home/fred -m -c "Fred Smith" fred
  • Set a password with this command:
  • sudo passwd fred
  • Check for password file format errors with this command:
  • sudo pwck
  • Finally, if needed, add the user to sudoers in /etc/opt/sfw with this command:
  • /opt/sfw/sbin/visudo

SSH Access for SpamAssassin VM Box

Create a user with useradd -c 'Full name of User' username that matches their ASF username.

Create a file with their public key for ssh to /etc/ssh/ssh_keys/<username>.pub

Add the username to the sshusers group with useradd -G sshusers <username>

Things to do if you're a new committer in SpamAssassin

...