From bfa074c7c441461369d3f71468ee640fda4c4173 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sun, 2 May 2021 21:06:44 -0400 Subject: [PATCH] typo --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index fe5ad87..91bba7c 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -111,7 +111,7 @@ fi # SSH Server -sudo -E apt-get install -y openssh-server openssh-client openssh-ftp-server +sudo -E apt-get install -y openssh-server openssh-client openssh-sftp-server #sudo sed -i 's/#PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config #sudo sed -i 's/PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config #sudo sed -i 's/#PermitRootLogin.*/PermitRootLogin prohibit-password/' /etc/ssh/sshd_config