From 8a40ea972d918d3f85f6dcec661192de6e573ed7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 10 Mar 2023 13:21:49 -0500 Subject: [PATCH] Remove unnecessary sudo Signed-off-by: Tommy --- Proxmox-7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxmox-7.sh b/Proxmox-7.sh index deed553..a9db813 100644 --- a/Proxmox-7.sh +++ b/Proxmox-7.sh @@ -1,7 +1,7 @@ #!/bin/bash echo 'GSSAPIAuthentication no -VerifyHostKeyDNS yes' | sudo tee /etc/ssh/ssh_config.d/10-custom.conf +VerifyHostKeyDNS yes' | tee /etc/ssh/ssh_config.d/10-custom.conf sed -i 's/#GSSAPIAuthentication no/GSSAPIAuthentication no/g' /etc/ssh/sshd_config mkdir -p /etc/systemd/system/sshd.service.d curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/limits.conf -o /etc/systemd/system/sshd.service.d/limits.conf