From bc39d2b8cbd5255163cfa935947e2a3e88b5cefa Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Fri, 23 Apr 2021 17:46:52 +0000 Subject: [PATCH] Update psc_suite.sh --- psc_suite.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/psc_suite.sh b/psc_suite.sh index 67ec594..3da9c8a 100644 --- a/psc_suite.sh +++ b/psc_suite.sh @@ -15,6 +15,8 @@ chmod 0600 /swapfile mkswap /swapfile swapon /swapfile +ssh-keygen -o -a 100 -t ed25519 -q -N "" -f /root/.ssh/id_ed25519 + echo '/swapfile none swap sw 0 0' >> /etc/fstab apt update