--- /dev/null
+
+aptitude install krb5-user
+cat >>/etc/ssh/sshd_config <<EOF
+# accept Kerberos
+GSSAPIAuthentication yes
+GSSAPICleanupCredentials yes
+GSSAPIKeyExchange yes
+EOF
+# install keytab
+# install /root/.k5login
+
+
+
+
+aptitude install screen ntpdate
+aptitude install subversion build-essential cdbs debhelper fakeroot
+svn co https://sipb-xen-dev.mit.edu:1111 /srv/checkout
+
+# cd svn-xen/trunk/packages/sipb-xen-dom0/
+# sx-build-release trunk/packages/sipb-xen-dom0/
+# reprepro-env copy stable unstable sipb-xen-dom0
--- /dev/null
+Section: base
+Priority: extra
+Standards-Version: 3.6.2
+
+Package: sipb-xen-host-master
+Version: 0.1
+Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
+Architecture: all
+Description: Master package for sipb-xen hosts
+ This package depends on everything a sipb-xen host machine needs.
+Depends: sipb-xen-base,
+ sipb-xen-console-server,
+ sipb-xen-database-client,
+ sipb-xen-database-common,
+ sipb-xen-dhcp,
+ sipb-xen-dom0,
+ sipb-xen-python-pydhcplib,
+ sipb-xen-remctl-auto,
+ sipb-xen-vnc-server,