You need to sign in or sign up before continuing.
  1. 05 Jan, 2023 1 commit
  2. 30 Dec, 2022 1 commit
  3. 12 Aug, 2013 1 commit
    • Michael Shigorin's avatar
      vm-ssh: renamed to net-ssh and cleaned up · de94641c
      Michael Shigorin authored
      There was no need to split carrying over the pubkey
      and tightening up permissions on the file and its parent
      directory to be done in two separate scripts; this should
      be more generic now as a bonus.
      
      Users adjusted accordingly.
      de94641c
  4. 25 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      initial vm-{net,ssh} features · 09be84be
      Michael Shigorin authored
      A virtual machine isn't very useful if there are no means
      to access it; let's bring up the basic networking and provide
      root SSH access via pre-existing public key.
      
      As the remote access with known default credentials is roughly
      equivalent to just lending one's VMs to anyone with network
      access to it, the fallback root password is now exterminated;
      you have to provide one (or a long enough random string
      if you plan to use keys only, see e.g. apg utility).
      09be84be