- Timestamp:
- Aug 6, 2008, 12:28:56 AM (17 years ago)
- Location:
- locker/bin
- Files:
- 
          - 2 edited
 
 - 
          ssh (modified) (1 diff, 1 prop)
- 
          sshmic (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        locker/bin/ssh- Property svn:special deleted
 r129 r793 1 link /mit/scripts/ssh/bin/ssh 1 #!/bin/bash 2 3 # add -r scripts 4 if [ -x /bin/athena/attach ]; then 5 eval $(/bin/athena/attach -Padd -b -r scripts) 6 fi 7 8 exec ssh \ 9 -o GSSAPIAuthentication=yes \ 10 -o GSSAPIDelegateCredentials=no \ 11 -o PreferredAuthentications=gssapi-with-mic \ 12 -o ForwardX11=no \ 13 -o GlobalKnownHostsFile=/afs/athena.mit.edu/contrib/scripts/ssh/known_hosts \ 14 -o UserKnownHostsFile=/dev/null \ 15 "$@" 
- 
        locker/bin/sshmicr129 r793 1 link /mit/scripts/ssh/bin/ssh1 link ssh 
Note: See TracChangeset
          for help on using the changeset viewer.
      
