Changes between Version 24 and Version 25 of install_kvm
- Timestamp:
- Jun 24, 2011, 3:39:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_kvm
v24 v25 58 58 * Set the root password. Generate one locally with pwgen. 59 59 * Record new password in MFPL [wiki:keyringer keyringer] 60 * Check the ssh host fingerprint (for comparison during steps below) 61 {{{ 62 ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub 63 }}} 60 64 61 65 == While in your puppet conf directory on your local machine == … … 68 72 {{{ 69 73 freepuppet-helper is:<guestname> 70 }}}71 You will be prompted to approve the ssh key. You can confirm the key by running the following on the guest:72 {{{73 ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub74 74 }}} 75 75 * Run puppet: