setup_block() { useradd -u 1025 -c 'sshd server' sshd || true } uninstall_block() { userdel sshd || true }