What to change after cloning a Linux server? [closed]

Solution 1:

  • root password change is implied with the "ssh certificates change", I guess
  • other certificates: Mail TLS/SSL, Webserver (Apache?) SSL, known-hosts ssh files, other authentification information (Backups? cron-jobs? fetchmail? FTP and ftpd? special repositories (Debian)?
  • ip address and routing information (well, depends on the location of the vm, sounds like you just cloned a vm which stays at the same Host-system so it might not be relevant here)
  • monitoring: snmpd credentials, maybe automatic data-gathering from other systems?
  • add/remove users (and/or their passwords/home-dirs/...)
  • Backup procedure
  • documentation ;)

You also might want to set on other systems: reverse-dns entries, dns/static routes, update firewall, update central monitoring/syslog...

Solution 2:

sys-unconfig (in RHEL) will do it all for you

Solution 3:

1- Change root password for better security ?