Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F510495
phabricator-ssh-hook
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
joshuaspence
Jun 17 2015, 9:15 PM
2015-06-17 21:15:58 (UTC+0)
Size
162 B
Referenced Files
None
Subscribers
None
phabricator-ssh-hook
View Options
#!/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
Details
Attached
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)
Attached To
Mode
P1807 phabricator-ssh-hook
Attached
Detach File
Event Timeline
Log In to Comment