Skip to content
Snippets Groups Projects
Commit 41b95692 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

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.
parent b1dfb5fb
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment