Page MenuHomePhorge

phabricator-ssh-hook.sh
No OneTemporary

phabricator-ssh-hook.sh

#!/bin/sh
VCSUSER="wanderer"
ROOT="/var/www/phacility/phabricator"
if [ "$1" != "$VCSUSER" ];
then
exit 1
fi
exec "$ROOT/bin/ssh-auth" $@

File Metadata

Mime Type
text/x-shellscript
Expires
Jan 19 2025, 12:15 (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124456
Default Alt Text
phabricator-ssh-hook.sh (144 B)

Event Timeline