From 7177cdf77471f80aa600db671f71039581409a3d Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 17 May 2024 15:39:05 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- Fedora-Server-40.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index bb2af66..3c0e506 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -53,7 +53,8 @@ sudo /usr/bin/sed -i 's/\s+nullok//g' /etc/pam.d/system-auth unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf | sudo tee /etc/ssh/ssh_config.d/10-custom.conf sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config.d/10-custom.conf | sudo tee /etc/ssh/sshd_config.d/10-custom.conf -unpriv curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf | sudo tee /etc/systemd/system/ssh.service.d/override.conf +sudo mkdir -p /etc/systemd/system/sshd.service.d/ +unpriv curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf | sudo tee /etc/systemd/system/sshd.service.d/override.conf sudo systemctl daemon-reload sudo systemctl restart sshd