Changeset 1981 for branches


Ignore:
Timestamp:
Sep 17, 2011, 10:38:30 PM (13 years ago)
Author:
ezyang
Message:
Note about the minimal private SSH key to transfer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/doc/install-howto.sh

    r1973 r1981  
    7272# Install the initial set of credentials (to get Kerberized logins once
    7373# krb5 is installed).  Otherwise, SCP'ing things in will be annoying.
     74# Note that if you don't feel like forcefully ignoring "public key
     75# changed" errors, all you need to transfer is /etc/ssh/ssh_host_rsa_key
     76# initially.
    7477#   o Install the machine keytab.
    7578    ls -l /etc/krb5.keytab
     
    9396scp root@$source_server:/etc/ssh/*key* .
    9497scp *key* root@$server:/etc/ssh/
     98    # Actually, this appears to be unnecessary
    9599    service sshd reload
    96100
Note: See TracChangeset for help on using the changeset viewer.