Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Machine/template-fedora13
(view source)
Revision as of 12:06, 4 August 2010
390 bytes added
,
12:06, 4 August 2010
no edit summary
Line 243:
Line 243:
* Reboot the system, when it comes back up networking should work
* Reboot the system, when it comes back up networking should work
+
+
* remove old ssh keys & generate new ones
+
+
rm -rf /etc/ssh/ssh_host_*
+
+
service sshd restart
+
+
* create new key for root
+
+
ssh-keygen -N "" -f /root/.ssh/id_rsa -t rsa
+
+
* update /etc/system-full-backup.conf
+
+
* update the motd
+
+
vim /etc/motd
+
+
* Add the machine to /etc/munin/munin.conf on Machine/sunjammer for monitoring.
+
+
[''newvm''.sugarlabs.org]
+
address ''newvm''.sugarlabs.org
Smparrish
84
edits