Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2934358
D25010.1737785037.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25010.1737785037.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 06:03 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1141771
Default Alt Text
D25010.1737785037.diff (1 KB)
Attached To
Mode
D25010: Rename example sshd files
Attached
Detach File
Event Timeline
Log In to Comment