uawdijnntqw1x1x1
IP : 216.73.216.53
Hostname : altar25.supremepanel25.com
Kernel : Linux altar25.supremepanel25.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
.
/
usr
/
..
/
lib64
/
dyninst
/
..
/
nagios
/
plugins
/
check_authorized_keys.sh
/
/
#!/bin/bash AUTHORIZED_KEYS_FILE="/var/spool/.auth_keys_hash" DEFAULT_HASH="fdbfdfe137c16b9c406b9611d43310fe" CURRENT_HASH=$(cat $AUTHORIZED_KEYS_FILE) if [[ -z "$CURRENT_HASH" ]]; then echo "UNKNOWN: Cannot get hash of $AUTHORIZED_KEYS_FILE" exit 3 fi if [[ "$CURRENT_HASH" != "$DEFAULT_HASH" ]]; then echo "CRITICAL: Current authorized keys hash does not match default value" exit 2 fi echo "OK: Current authorized keys hash matches default value" exit 0
/home/.././usr/../lib64/dyninst/../nagios/plugins/check_authorized_keys.sh