mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
25 lines
588 B
Text
25 lines
588 B
Text
|
###
|
||
|
### WARNING: This feature is new and experimental. Use it at your own risk!
|
||
|
###
|
||
|
|
||
|
# You must have OpenSSHD 6.2 or newer; support for AuthorizedKeysCommand was
|
||
|
# added in this version.
|
||
|
|
||
|
Port 2222
|
||
|
AuthorizedKeysCommand /etc/phabricator-ssh-hook.sh
|
||
|
AuthorizedKeysCommandUser some-unprivileged-user
|
||
|
|
||
|
# You may need to tweak these options, but mostly they just turn off everything
|
||
|
# dangerous.
|
||
|
|
||
|
Protocol 2
|
||
|
PermitRootLogin no
|
||
|
AllowAgentForwarding no
|
||
|
AllowTcpForwarding no
|
||
|
PrintMotd no
|
||
|
PrintLastLog no
|
||
|
PasswordAuthentication no
|
||
|
AuthorizedKeysFile none
|
||
|
|
||
|
PidFile /var/run/sshd-phabricator.pid
|