Changes between Version 71 and Version 72 of install_kvm
- Timestamp:
- Apr 21, 2017, 5:27:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_kvm
v71 v72 115 115 freepuppet-helper gsr:<guestname> 116 116 }}} 117 * ssh into the new vm as root to make sure you get the new vm's key in your authorized keys file (see above for fingerprint) {{{ssh root@<guestname>.mayfirst.org}}}. As of debian jessie the default config for the ssh server in /etc/ssh/sshd_config includes {{{PermitRootLogin without-password}}} which will prevent you from logging into the server directly with a password unless you add your public ssh key to /root/.ssh/authorized_keys or change the above config to {{{PermitRootLogin yes}}} and restart the ssh server. The former is preferred. 117 118 * Initialize the new server for puppet with: 118 119 {{{ 119 # make sure you get the key in your authorized keys file (see above for fingerprint)120 # As of debian jessie the default config for the ssh server in /etc/ssh/sshd_config includes {{{PermitRootLogin without-password}}} which will prevent you from logging into the server directly with a password unless you add your public ssh key to /root/.ssh/authorized_keys or change the above config to {{{PermitRootLogin yes}}} and restart the ssh server. The former is preferred.121 122 ssh root@<guestname>.mayfirst.org123 120 freepuppet-helper is:<guestname> 124 121 }}}