Tortoise
From HacDC Wiki
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
- disk.img
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