Clonezilla Live

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 15:02, 30 October 2019 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Software that can image and clone individual machines. Clonezilla Live can be used to image or clone individual computers using a CD/DVD or USB flash drive.

password

two accounts but only one direct login

  1. You can login as account "user" with sudo privilege, password is "live"
  2. You cannot direct login as root. Account "root" has no password set. Therefore you can not login as root, the only way to get root privilege is to login as user, and run "sudo -i" or "sudo su -" to become root.

remote access

When Clonezilla live boots, the ssh service is NOT automatically started. If you want to remotely ssh login into your Clonezilla live, you have to start ssh service by "service ssh start" from the host machine. Furthermore, the setting in /etc/hosts.deny does NOT block any connection so all you need do is start the service.