[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sshd/ -> phabricator-ssh-hook.sh (source)

   1  #!/bin/sh
   2  
   3  # NOTE: Replace this with the username that you expect users to connect with.
   4  VCSUSER="vcs-user"
   5  
   6  # NOTE: Replace this with the path to your Phabricator directory.
   7  ROOT="/path/to/phabricator"
   8  
   9  if [ "$1" != "$VCSUSER" ];
  10  then
  11    exit 1
  12  fi
  13  
  14  exec "$ROOT/bin/ssh-auth" $@


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1