Changes

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
84

edits