Changes between Version 71 and Version 72 of install_kvm


Ignore:
Timestamp:
Apr 21, 2017, 5:27:46 AM (8 years ago)
Author:
JaimeV
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_kvm

    v71 v72  
    115115freepuppet-helper gsr:<guestname>
    116116}}}
     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.
    117118 * Initialize the new server for puppet with:
    118119{{{
    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.org
    123120freepuppet-helper is:<guestname>
    124121}}}