DEBSOURCES
Skip Quicknav
sources / opkssh / 0.10.0-3 / test / integration / policy-plugins / plugin-cmd.sh
1234567
#!/usr/bin/env sh if [ "${OPKSSH_PLUGIN_U}" = "root" ] && [ "${OPKSSH_PLUGIN_EMAIL}" = "test-user2@zitadel.ch" ]; then echo "allow" else echo "deny" fi