Page MenuHomestyx hydra

sshd_config.phabricator.example
No OneTemporary

sshd_config.phabricator.example

# NOTE: You must have OpenSSHD 6.2 or newer; support for AuthorizedKeysCommand
# was added in this version.
# NOTE: Edit these to the correct values for your setup.
AuthorizedKeysCommand /usr/libexec/phabricator-ssh-hook.sh
AuthorizedKeysCommandUser vcs-user
AllowUsers vcs-user
# You may need to tweak these options, but mostly they just turn off everything
# dangerous.
Port 2222
Protocol 2
PermitRootLogin no
AllowAgentForwarding no
AllowTcpForwarding no
PrintMotd no
PrintLastLog no
PasswordAuthentication no
AuthorizedKeysFile none
PidFile /var/run/sshd-phabricator.pid

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 15, 1:59 AM (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
610722
Default Alt Text
sshd_config.phabricator.example (580 B)

Event Timeline