From bdbe482024c5318a1424b32779238340b1127ebc Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Wed, 3 Nov 2004 17:54:43 +0000 Subject: [PATCH] Add entry for storing root's pub key into sitevars table. --- doc/UPDATING | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/UPDATING b/doc/UPDATING index b5a2d6337a..a8ca8b8bad 100644 --- a/doc/UPDATING +++ b/doc/UPDATING @@ -30,6 +30,19 @@ earliest time one of the steps needs to occur. gmake sudo gmake install +20041027: After install (be sure to update sitevars): + + A new sitevariable was added to hold root's ssh public key. + When nodes boot using the latest image, the public key is + handed across via tmcd and statshed in /root/.ssh. This + localizes the image (wrt the root pub key) to the local + testbed. + + Using the web interface in red dot mode, go to the Edit Site + Variables link and store boss:/root/.ssh/identity.pub into the + "node/ssh_pubkey" site variable. Make sure there are no + newlines when you paste it in. + 20041025: After install Run sql/fixstats_swapmod.pl to fix up stats records. -- GitLab