Admin/Phabricator/ssh/ssh-hook
changeset 71110 070a9b62f44a
parent 71109 8c1c717a830b
child 71111 cd166c3904dd
--- a/Admin/Phabricator/ssh/ssh-hook	Wed Nov 13 17:33:59 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# NOTE: Replace this with the username that you expect users to connect with.
-VCSUSER="vcs"
-
-# NOTE: Replace this with the path to your Phabricator directory.
-ROOT="/var/www/phabricator/phabricator"
-
-if [ "$1" != "$VCSUSER" ];
-then
-  exit 1
-fi
-
-exec "$ROOT/bin/ssh-auth" $@