Home
Phabricator
Search
Configure Global Search
Log In
Transactions
P1807
Change Details
Change Details
Old
New
Diff
#!/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 $@
#!/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 $@
Continue