We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044fc9d commit 561c81dCopy full SHA for 561c81d
RHEL-10.sh
@@ -66,6 +66,7 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
66
sudo mkdir -p /etc/systemd/system/sshd.service.d/
67
sudo chmod 755 /etc/systemd/system/sshd.service.d/
68
unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/system/sshd.service.d/override.conf | sudo tee /etc/systemd/system/sshd.service.d/override.conf > /dev/null
69
+sudo chmod 644 /etc/systemd/system/sshd.service.d/override.conf
70
sudo systemctl daemon-reload
71
sudo systemctl restart sshd
72
0 commit comments