Index: /branches/fc15-dev/server/doc/install-howto.sh
===================================================================
--- /branches/fc15-dev/server/doc/install-howto.sh	(revision 1980)
+++ /branches/fc15-dev/server/doc/install-howto.sh	(revision 1981)
@@ -72,4 +72,7 @@
 # Install the initial set of credentials (to get Kerberized logins once
 # krb5 is installed).  Otherwise, SCP'ing things in will be annoying.
+# Note that if you don't feel like forcefully ignoring "public key
+# changed" errors, all you need to transfer is /etc/ssh/ssh_host_rsa_key
+# initially.
 #   o Install the machine keytab.
     ls -l /etc/krb5.keytab
@@ -93,4 +96,5 @@
 scp root@$source_server:/etc/ssh/*key* .
 scp *key* root@$server:/etc/ssh/
+    # Actually, this appears to be unnecessary
     service sshd reload
 
