summaryrefslogtreecommitdiffstats
path: root/new-server.html
blob: c6938ce5503a60a39cf5dc14cdbf62f1277c3777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<h1>New Server Checklist</h1>
<label>
  <input type="checkbox" /> Set root password
</label>
<label>
  <input type="checkbox" /> Generate fresh sshd host keys
</label>
<label>
  <input type="checkbox" /> Create admin user
</label>
<label>
  <input type="checkbox" /> Add admin to sudo group and test sudo
</label>
<label>
  <input type="checkbox" /> SSH key added to admin's authorized_keys
</label>
<label>
  <input type="checkbox" /> Disable root login via ssh
</label>
<label>
  <input type="checkbox" /> Disable password login via ssh
</label>
<label>
  <input type="checkbox" /> Set hostname
</label>
<label>
  <input type="checkbox" /> Run system updates
</label>
<label>
  <input type="checkbox" /> Reboot
</label>

<style>
label { display: block; }
</style>