From ad9576c360e34ed4cefa3a67edb2eace6429857a Mon Sep 17 00:00:00 2001 From: fdroid on solaria Date: Sat, 5 May 2018 16:39:46 +0100 Subject: [PATCH] abandonded things for key fixup ? --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 53382e0d..26a73e03 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 -- 2.30.2