Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
41b95692
Commit
41b95692
authored
Oct 29, 2004
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/UPDATING
View file @
41b95692
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment