|
Last change
on this file since 453 was
453,
checked in by price, 18 years ago
|
|
first cut at master package for hosts
|
|
File size:
521 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | aptitude install krb5-user |
|---|
| 3 | cat >>/etc/ssh/sshd_config <<EOF |
|---|
| 4 | # accept Kerberos |
|---|
| 5 | GSSAPIAuthentication yes |
|---|
| 6 | GSSAPICleanupCredentials yes |
|---|
| 7 | GSSAPIKeyExchange yes |
|---|
| 8 | EOF |
|---|
| 9 | # install keytab |
|---|
| 10 | # install /root/.k5login |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | aptitude install screen ntpdate |
|---|
| 16 | aptitude install subversion build-essential cdbs debhelper fakeroot |
|---|
| 17 | svn 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.