Changeset 1920


Ignore:
Timestamp:
Jul 1, 2011, 1:18:12 AM (13 years ago)
Author:
achernya
Message:
Bring known_hosts under version control

Bring the known_hosts file under version control. It previous had been
sitting in the ssh/ directory in the locker.

Additionally, correct the scripts-ssh and ssh scripts to point to this
new location.

Note that this requires the creation of the etc -> checkout/etc
symlink in the locker.

Location:
trunk/locker
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/bin/scripts-ssh

    r1404 r1920  
    99        -o PreferredAuthentications=gssapi-with-mic \
    1010        -o ForwardX11=no \
    11         -o GlobalKnownHostsFile=/afs/athena.mit.edu/contrib/scripts/ssh/known_hosts \
     11        -o GlobalKnownHostsFile=/afs/athena.mit.edu/contrib/scripts/etc/known_hosts \
    1212        -o UserKnownHostsFile=/dev/null \
    1313        -t \
  • trunk/locker/bin/ssh

    r793 r1920  
    1111        -o PreferredAuthentications=gssapi-with-mic \
    1212        -o ForwardX11=no \
    13         -o GlobalKnownHostsFile=/afs/athena.mit.edu/contrib/scripts/ssh/known_hosts \
     13        -o GlobalKnownHostsFile=/afs/athena.mit.edu/contrib/scripts/etc/known_hosts \
    1414        -o UserKnownHostsFile=/dev/null \
    1515        "$@"
Note: See TracChangeset for help on using the changeset viewer.