source: trunk/packages/sipb-xen-host-master/notes @ 453

Last change on this file since 453 was 453, checked in by price, 16 years ago

first cut at master package for hosts

File size: 521 bytes
Line 
1
2aptitude install krb5-user
3cat >>/etc/ssh/sshd_config <<EOF
4# accept Kerberos
5GSSAPIAuthentication yes
6GSSAPICleanupCredentials yes
7GSSAPIKeyExchange yes
8EOF
9# install keytab
10# install /root/.k5login
11
12
13
14
15aptitude install screen ntpdate
16aptitude install subversion build-essential cdbs debhelper fakeroot
17svn co https://sipb-xen-dev.mit.edu:1111 /srv/checkout
18
19#       cd svn-xen/trunk/packages/sipb-xen-dom0/
20#       sx-build-release trunk/packages/sipb-xen-dom0/
21#       reprepro-env copy stable unstable sipb-xen-dom0
Note: See TracBrowser for help on using the repository browser.