Page MenuHomePhorge

D25010.1734625243.diff
No OneTemporary

D25010.1734625243.diff

diff --git a/resources/sshd/phabricator-ssh-hook.sh b/resources/sshd/phorge-ssh-hook.sh
rename from resources/sshd/phabricator-ssh-hook.sh
rename to resources/sshd/phorge-ssh-hook.sh
--- a/resources/sshd/phabricator-ssh-hook.sh
+++ b/resources/sshd/phorge-ssh-hook.sh
@@ -3,8 +3,8 @@
# NOTE: Replace this with the username that you expect users to connect with.
VCSUSER="vcs-user"
-# NOTE: Replace this with the path to your Phabricator directory.
-ROOT="/path/to/phabricator"
+# NOTE: Replace this with the path to your Phorge directory.
+ROOT="/path/to/phorge"
if [ "$1" != "$VCSUSER" ];
then
diff --git a/resources/sshd/sshd_config.phabricator.example b/resources/sshd/sshd_config.phorge.example
rename from resources/sshd/sshd_config.phabricator.example
rename to resources/sshd/sshd_config.phorge.example
--- a/resources/sshd/sshd_config.phabricator.example
+++ b/resources/sshd/sshd_config.phorge.example
@@ -3,7 +3,7 @@
# NOTE: Edit these to the correct values for your setup.
-AuthorizedKeysCommand /usr/libexec/phabricator-ssh-hook.sh
+AuthorizedKeysCommand /usr/libexec/phorge-ssh-hook.sh
AuthorizedKeysCommandUser vcs-user
AllowUsers vcs-user
@@ -21,4 +21,4 @@
ChallengeResponseAuthentication no
AuthorizedKeysFile none
-PidFile /var/run/sshd-phabricator.pid
+PidFile /var/run/sshd-phorge.pid

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 16:20 (15 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015163
Default Alt Text
D25010.1734625243.diff (1 KB)

Event Timeline