From 54b526ede48500afb8d20dff3b37d67a2c191776 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 26 Jun 2022 21:00:39 +0200 Subject: [PATCH] common: fix sed command missing file path --- install/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/common.sh b/install/common.sh index 9e20d57..9dc1579 100755 --- a/install/common.sh +++ b/install/common.sh @@ -30,7 +30,7 @@ sudo apt install -y \ # SSH -sed -i 's/#Port 22/Port 222/' +sudo sed -i 's/#Port 22/Port 222/' /etc/ssh/sshd_config sudo systemctl restart sshd ssh-keygen -t ed25519