-### for kerberos access; need keytab ###
-aptitude install krb5-user ntpdate
-cat >>/etc/ssh/sshd_config <<EOF
-# accept Kerberos
-GSSAPIAuthentication yes
-GSSAPICleanupCredentials yes
-GSSAPIKeyExchange yes
-EOF
-/etc/init.d/ssh reload
-# Set default realm to ATHENA.MIT.EDU
-printf "krb5-config\tkrb5-config/default_realm\tstring\tATHENA.MIT.EDU" | debconf-set-selections
-dpkg-reconfigure -fnoninteractive krb5-config
-# in an ideal world, all of the above is just
-# aptitude install debathena-{ssh-server,kerberos}-config
+# In /boot/grub/menu.lst:
+# - Configure remote management for GRUB:
+# serial --unit=1 --speed=57600 --word=8 --parity=no --stop=1
+# terminal --timeout=5 serial console
+# - Configure remote management for Xen:
+# # xenhopt=console=com2L,vga
+# - Configure remote management for Linux:
+# # xenkopt=console=tty0 console=ttyS1,57600n8
+# - Run update-grub