From 41b95692020c6340c09a4eb88c20fa77022065b2 Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Fri, 29 Oct 2004 22:03:34 +0000
Subject: [PATCH] Make sure that boss' host keys end up in
 ops:/etc/ssh/known_host_keys to avoid silly questions that the
 event-scheduler cannot answer.

---
 doc/UPDATING | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/UPDATING b/doc/UPDATING
index c4d270f277..9c47e821d4 100644
--- a/doc/UPDATING
+++ b/doc/UPDATING
@@ -172,6 +172,12 @@ in YYYYMMDD format.
 		sudo inetd -a boss.foo.bar -p /var/run/testbed-inetd.pid \
 			/usr/testbed/etc/inetd.conf
 
+	* Stick boss's host keys onto ops so that users do not get
+	  those silly questions about adding know hosts.
+
+		sudo cat /etc/ssh/*.pub |
+			ssh myops '(cat > /etc/ssh/ssh_known_hosts)'
+
 20040815:
 	After some changes to ptopgen, you'll need to run the following SQL
 	command to keep vnodes working properly:
-- 
GitLab