mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 03:48:22 +00:00
chore: ensure package consistency across images
This commit is contained in:
8
files/scripts/disablesshd.sh
Normal file
8
files/scripts/disablesshd.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
echo "Disabling the sshd"
|
||||
systemctl disable sshd
|
||||
systemctl mask sshd
|
||||
Reference in New Issue
Block a user