Changeset 438 for locker/bin/signup-sql


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-sql

    r382 r438  
    99
    1010sshrun() {
    11   athrun scripts sshmic ${lname}@scripts.mit.edu /mit/scripts/$1 2>/dev/null
     11  athrun scripts scripts-ssh -l "$lname" "/mit/scripts/$@" 2>/dev/null
    1212}
    1313
    1414vsshrun() {
    15   athrun scripts sshmic ${lname}@scripts.mit.edu /mit/scripts/$1
     15  athrun scripts scripts-ssh -l "$lname" "/mit/scripts/$@"
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.