mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-24 15:52:41 +01:00
Rename example sshd files
Test Plan: Looked at new files, made sure the only changes were to rename the files in line with the documentation Reviewers: O1 Blessed Committers, eax Reviewed By: O1 Blessed Committers, eax Subscribers: speck, tobiaswiese Maniphest Tasks: T15017 Differential Revision: https://we.phorge.it/D25010
This commit is contained in:
parent
1ddb953b9f
commit
af36da4741
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
||||||
# NOTE: Replace this with the username that you expect users to connect with.
|
# NOTE: Replace this with the username that you expect users to connect with.
|
||||||
VCSUSER="vcs-user"
|
VCSUSER="vcs-user"
|
||||||
|
|
||||||
# NOTE: Replace this with the path to your Phabricator directory.
|
# NOTE: Replace this with the path to your Phorge directory.
|
||||||
ROOT="/path/to/phabricator"
|
ROOT="/path/to/phorge"
|
||||||
|
|
||||||
if [ "$1" != "$VCSUSER" ];
|
if [ "$1" != "$VCSUSER" ];
|
||||||
then
|
then
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# NOTE: Edit these to the correct values for your setup.
|
# 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
|
AuthorizedKeysCommandUser vcs-user
|
||||||
AllowUsers vcs-user
|
AllowUsers vcs-user
|
||||||
|
|
||||||
|
@ -21,4 +21,4 @@ PasswordAuthentication no
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
AuthorizedKeysFile none
|
AuthorizedKeysFile none
|
||||||
|
|
||||||
PidFile /var/run/sshd-phabricator.pid
|
PidFile /var/run/sshd-phorge.pid
|
Loading…
Reference in a new issue