/usr/bin/oarcp is in oar-common 2.5.4-2+deb8u1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/bash
# $Id$
OARSHCMD=/usr/bin/oarsh
SCPCMD=/usr/bin/scp
unset DISPLAY
exec $SCPCMD -S $OARSHCMD "$@"
|