From: fdroid on solaria Date: Sat, 5 May 2018 15:39:46 +0000 (+0100) Subject: abandonded things for key fixup ? X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ad9576c360e34ed4cefa3a67edb2eace6429857a;p=fdroidserver.git abandonded things for key fixup ? --- 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