From 7ec8b4b875a801aedad131c613dafe5e4058506b Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 26 Aug 2024 09:28:27 -0700 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- Ubuntu-24.04-Server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu-24.04-Server.sh b/Ubuntu-24.04-Server.sh index 413c019..67abca1 100644 --- a/Ubuntu-24.04-Server.sh +++ b/Ubuntu-24.04-Server.sh @@ -55,8 +55,8 @@ unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Script sudo chmod 644 /etc/ssh/sshd_config.d/10-custom.conf unpriv curl -s 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 > /dev/null sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf -sudo mkdir -p /etc/systemd/system/sshd.service.d/ -sudo chmod 755 /etc/systemd/system/sshd.service.d/ +sudo mkdir -p /etc/systemd/system/ssh.service.d/ +sudo chmod 755 /etc/systemd/system/ssh.service.d/ unpriv curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf | sudo tee /etc/systemd/system/ssh.service.d/override.conf > /dev/null sudo chmod 644 /etc/systemd/system/ssh.service.d/override.conf sudo systemctl daemon-reload