Actions

Tortoise

From HacDC Wiki

Revision as of 18:35, 19 November 2014 by Haxwithaxe (talk | contribs) (Created page with "Category:Infrastructure Category:Servers Category:VMs =Functions= * Shell server * Ssh public key access only * Local network webhosting =Access= For an acount o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Functions

  • Shell server
  • Ssh public key access only
  • Local network webhosting

Access

For an acount on this server email [email protected] with the subject:

 Shell Account

provide a desired username and a second choice username. include an ssh public key as an attachement. access to this server is by ssh key only.

Admin Notes

Host machine is Albert

xen configs

    • CPU: 3
    • RAM: 128MB
    • Disk:
      • disk.img
        • / - /dev/xvda2
        • swap - /dev/xvda1
      • home.img
        • /home - /dev/xvdb1
      • var.img
        • /var - /dev/xvdc1
      • tmp.img
        • /tmp - /dev/xvdd1

Users

  • "staff"/admin accounts in /home/staff
  • user accounts in /home/users
  • use "addshelluser" command in /usr/local/sbin

Config

  • mesg -n set in /etc/profile.d
  • set nosuid (via mount):
    • /var - /dev/xvdc1 var.img - nosuid,nodev
    • /home - /dev/xvdb1 home.img - nosuid,nodev
    • /tmp - /dev/xvdd1 tmp.img - nosuid