Changeset 1981
- Timestamp:
- Sep 17, 2011, 10:38:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/doc/install-howto.sh
r1973 r1981 72 72 # Install the initial set of credentials (to get Kerberized logins once 73 73 # 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. 74 77 # o Install the machine keytab. 75 78 ls -l /etc/krb5.keytab … … 93 96 scp root@$source_server:/etc/ssh/*key* . 94 97 scp *key* root@$server:/etc/ssh/ 98 # Actually, this appears to be unnecessary 95 99 service sshd reload 96 100
Note: See TracChangeset
for help on using the changeset viewer.