From a7354483d915a9b6b17467b9fc872ed65f1d47d9 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 21 Dec 2023 19:19:57 -0600 Subject: [PATCH] fixed typo --- debian/debian-configure-sshd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-configure-sshd.sh b/debian/debian-configure-sshd.sh index 572988d..df14728 100644 --- a/debian/debian-configure-sshd.sh +++ b/debian/debian-configure-sshd.sh @@ -50,7 +50,7 @@ if [ $isInFile -eq 0 ] chmod 600 /home/akanealw/.ssh/* fi -isInFile=$(cat /root/.ssh/authorized_keys | grep -c "gaminpc-root") +isInFile=$(cat /root/.ssh/authorized_keys | grep -c "gamingpc-root") if [ $isInFile -eq 0 ] then echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILMb59HWxAoetRy+Qd0IWrF79z6iwq/JcL2cJ8rRI4Io gamingpc-root" >> /root/.ssh/authorized_keys