h2. Installation |_>.Operating system|Debian 6.0.5 netinstall| |_>.Raid configuration|RAID 5 (3 active, 1 spare)| |_>.Virtualization|KVM| h3. Kernel *Version*: 3.4.6 *Enabled modules*; * … * … * … h3. Software {{include(Infrastructure>Servers>Defaultpackages)}} * qemu-kvm * libvirt-bin * virtinst * virt-top h3. Configuration h4. ssh Edit of @/etc/ssh/sshd_config@ Strict authentication settings
 RSAAuthenication no
 PasswordAuthentication no
 KerberosAuthentication no
 GSSAPIAuthentication no
 X11Forwarding no
 UsePAM no
Only allow the five clowns
 AllowUsers exception
 AllowUsers corvus
 AllowUsers vanadis
 AllowUsers apophis
 AllowUsers lukyluke
h4. sudo Use @visudo@ to edit the sudo configuration. We want to be asked for the password every time we use sudo.
Defaults        env_reset,timestamp_timeout=0