Page MenuHomePhabricator

phabricator-ssh-hook

Authored By
joshuaspence
Jun 17 2015, 9:15 PM
Size
162 B
Referenced Files
None
Subscribers
None

phabricator-ssh-hook

#!/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 $@

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/af/jx/zf3rqu7c6eg6p6md
Default Alt Text
phabricator-ssh-hook (162 B)

Event Timeline