#!/bin/sh if [ "xsudo genconf_prod" = "x$SSH_ORIGINAL_COMMAND" ] then $SSH_ORIGINAL_COMMAND; else echo "Rejected" fi