chiark / gitweb /
abandonded things for key fixup ?
authorfdroid on solaria <fdroid@solaria.relativity.greenend.org.uk>
Sat, 5 May 2018 15:39:46 +0000 (16:39 +0100)
committerfdroid on solaria <fdroid@solaria.relativity.greenend.org.uk>
Sat, 5 May 2018 15:39:46 +0000 (16:39 +0100)
Vagrantfile

index 53382e0d245b0ecacc91b0ac07ae6aa82cf68767..26a73e03655ef494bd95819381152113b0f4885a 100644 (file)
@@ -22,6 +22,9 @@ Vagrant.configure("2") do |config|
     sudo swapon /swap
     #sudo sed -i '/swap/d' /etc/fstab # and update fstab with the swapfile
     echo "/swap       none    swap    sw   0   0" | sudo tee -a /etc/fstab
+    #sudo ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -t ed25519 -N ''
   SHELL
+
+  #config.vm.provision "file", source: "~/.ssh/id_ed25519.pub", destination: "/root/.ssh/authorized_keys"
 end