Changeset 386 for trunk/packages/sipb-xen-console
- Timestamp:
- Apr 2, 2008, 12:58:22 AM (17 years ago)
- Location:
- trunk/packages/sipb-xen-console
- Files:
-
- 2 added
- 3 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-console/debian/changelog
r384 r386 1 sipb-xen-console (7) unstable; urgency=low 2 3 * Use conserver instead of ssh to connect to black-mesa 4 5 -- Evan Broder <broder@sipb-xen-dev.mit.edu> Wed, 2 Apr 2008 00:52:05 -0400 6 1 7 sipb-xen-console (6.2) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-console/debian/control
r380 r386 10 10 Provides: ${diverted-files} 11 11 Conflicts: ${diverted-files} 12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common12 Depends: ${shlibs:Depends}, ${misc:Depends}, conserver-client, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common 13 13 Description: SIPB Xen serial console server 14 14 This package should be installed on sipb-xen-console -
trunk/packages/sipb-xen-console/debian/control.in
r380 r386 10 10 Provides: ${diverted-files} 11 11 Conflicts: ${diverted-files} 12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common12 Depends: ${shlibs:Depends}, ${misc:Depends}, conserver-client, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common 13 13 Description: SIPB Xen serial console server 14 14 This package should be installed on sipb-xen-console -
trunk/packages/sipb-xen-console/debian/rules
r384 r386 9 9 /etc/nsswitch.conf \ 10 10 /etc/pam.d/ssh \ 11 /etc/ssh/ssh_config \12 11 /etc/ssh/sshd_config 13 12 -
trunk/packages/sipb-xen-console/files/etc/motd.sipb-xen
r353 r386 1 1 2 Type Ctrl- ]to escape from the console2 Type Ctrl-e, then c, then . to escape from the console 3 3 -
trunk/packages/sipb-xen-console/files/usr/bin/sipb-xen-consolesh
r382 r386 1 1 #!/bin/bash 2 3 export VM_NAME="$USER" 4 ssh console@black-mesa 2 exec /usr/bin/console "$USER"
Note: See TracChangeset
for help on using the changeset viewer.