Ignore:
Timestamp:
Oct 1, 2007, 11:52:03 PM (17 years ago)
Author:
andersk
Message:
The time has come that sshmic fails to work on more machines than it
is necessary on.  Replace it with an ssh wrapper script that also sets
various ssh options.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/signup-minimal

    r221 r438  
    4848  lname=$temp
    4949
    50   ans=`athrun scripts sshmic -k scripts.mit.edu /usr/local/bin/admof $lname ${USER}@ATHENA.MIT.EDU`
     50  ans=`athrun scripts scripts-ssh /usr/local/bin/admof "$lname" "$USER@ATHENA.MIT.EDU"`
    5151  if [ "$ans" != "yes" ]; then
    5252    echo
Note: See TracChangeset for help on using the changeset viewer.