#!/bin/sh if [ "$1" == "vagrant" ]; then cat ~vagrant/.ssh/authorized_keys elif [ "$1" != "vcs" ]; then exit 1 fi exec /usr/src/phabricator/bin/ssh-auth $@