From 06af4c98bf91b64be9c2d2cd4361cf725cadd7c5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 22 Aug 2022 22:40:44 -0700 Subject: [PATCH] Suppress login messages --- deploy/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/setup b/deploy/setup index 7abd2f5e5b..50ca062374 100755 --- a/deploy/setup +++ b/deploy/setup @@ -2,6 +2,8 @@ set -euxo pipefail +touch .hushlogin + sed -i -E 's/#?PasswordAuthentication yes/PasswordAuthentication no/' /etc/ssh/sshd_config apt-get install --yes \