Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We have to do our own linux system administration.
I agree, it's a bad idea, we're just developers.
But it's what we are stuck with for now.
Here's our crib sheet.

Table of Contents

user admin

No Format
# adduser -p paSSwoRD aUser
# mkdir .ssh
# cd .ssh
# vi authorized_keys and paste in public key
# userdel -r aUser

...