From 027bf15bd437646c04688a41bcce3d01c014e950 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 4 Jan 2017 19:18:58 +0000 Subject: [PATCH] removing cruft from phab sshd config that shouldn't have been there --- roles/phabricator/templates/phabricator-sshd.conf.j2 | 5 ----- 1 file changed, 5 deletions(-) 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