Ignore:
Timestamp:
Apr 2, 2008, 12:58:22 AM (16 years ago)
Author:
broder
Message:

Change to using conserver instead of ssh

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  
     1sipb-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
    17sipb-xen-console (6.2) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-console/debian/control

    r380 r386  
    1010Provides: ${diverted-files}
    1111Conflicts: ${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-common
     12Depends: ${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
    1313Description: SIPB Xen serial console server
    1414 This package  should be installed on sipb-xen-console
  • trunk/packages/sipb-xen-console/debian/control.in

    r380 r386  
    1010Provides: ${diverted-files}
    1111Conflicts: ${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-common
     12Depends: ${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
    1313Description: SIPB Xen serial console server
    1414 This package  should be installed on sipb-xen-console
  • trunk/packages/sipb-xen-console/debian/rules

    r384 r386  
    99        /etc/nsswitch.conf \
    1010        /etc/pam.d/ssh \
    11         /etc/ssh/ssh_config \
    1211        /etc/ssh/sshd_config
    1312
  • trunk/packages/sipb-xen-console/files/etc/motd.sipb-xen

    r353 r386  
    11
    2 Type Ctrl-] to escape from the console
     2Type Ctrl-e, then c, then . to escape from the console
    33
  • trunk/packages/sipb-xen-console/files/usr/bin/sipb-xen-consolesh

    r382 r386  
    11#!/bin/bash
    2 
    3 export VM_NAME="$USER"
    4 ssh console@black-mesa
     2exec /usr/bin/console "$USER"
Note: See TracChangeset for help on using the changeset viewer.