#!/bin/sh
# Privileged inner hop of the SSH relay, reached only as root via the sudoers
# grant from a relay stub's login shell. It execs ssh to the app's node with the
# root-only relay key; the app comes from SUDO_UID, never these arguments.
exec /usr/bin/hostit-control relay "$@"
