removing cruft from phab sshd config that shouldn't have been there

This commit is contained in:
Tim Flink 2017-01-04 19:18:58 +00:00
parent 602705c438
commit 027bf15bd4

View file

@ -9,11 +9,6 @@ AuthorizedKeysCommandUser {{ phabricator_vcs_user }}
# You may need to tweak these options, but mostly they just turn off everything
# dangerous.
{% if sshd_port == 22 %}
Port 222
{%else%}
Port 22
{%end%}
Protocol 2
PermitRootLogin no
AllowAgentForwarding no