Skip to content

Commit bff5a51

Browse files
authored
Fix sshd service name on Debian
1 parent 737108a commit bff5a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Proxmox-8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/ssh/sshd_config.d/10-cu
3939
curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf | tee /etc/ssh/ssh_config.d/10-custom.conf > /dev/null
4040
mkdir -p /etc/systemd/system/sshd.service.d/
4141
chmod 755 /etc/systemd/system/sshd.service.d/
42-
curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/refs/heads/main/etc/systemd/system/sshd.service.d/override.conf | tee /etc/systemd/system/ssh.service.d/override.conf > /dev/null
42+
curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/refs/heads/main/etc/systemd/system/sshd.service.d/override.conf | tee /etc/systemd/system/sshd.service.d/override.conf > /dev/null
4343
systemctl daemon-reload
4444
systemctl restart sshd
4545

0 commit comments

Comments
 (0)