diff --git a/roles/phabricator/templates/phabricator-sshd.conf.j2 b/roles/phabricator/templates/phabricator-sshd.conf.j2 index 1aa59fcdd5..cdbf827ba5 100644 --- a/roles/phabricator/templates/phabricator-sshd.conf.j2 +++ b/roles/phabricator/templates/phabricator-sshd.conf.j2 @@ -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