set -e
[ "$1" = "configure" ] || exit 0
+# Load CARNet Tools
. /usr/share/carnet-tools/functions.sh
+
if [ -f /etc/ssh/sshd_config ]; then
- check_and_sed '^PermitRootLogin yes' \
- 's/PermitRootLogin yes/PermitRootLogin no/g' \
- /etc/ssh/sshd_config || true
+ cp_check_and_sed '^PermitRootLogin yes' \
+ 's/PermitRootLogin yes/PermitRootLogin no/g' \
+ /etc/ssh/sshd_config || true
- check_and_sed '^ReverseMappingCheck' \
- 's/^ReverseMappingCheck/#ReverseMappingCheck/g' \
- /etc/ssh/sshd_config || true
+ cp_check_and_sed '^ReverseMappingCheck' \
+ 's/^ReverseMappingCheck/#ReverseMappingCheck/g' \
+ /etc/ssh/sshd_config || true
fi
# restart