From 8e5afb56af200571c045f1d9c17b6ad1bb5d3aea Mon Sep 17 00:00:00 2001 From: Austin McKinley Date: Tue, 27 Jun 2017 12:08:13 -0700 Subject: [PATCH] Drop interactive login from sshd example Summary: Prevent slightly disturbing output on SSH authentication failure that implies some kind of interactive logins are possible: `Permission denied (publickey,keyboard-interactive).` Test Plan: doitlive Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18167 --- resources/sshd/sshd_config.phabricator.example | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/sshd/sshd_config.phabricator.example b/resources/sshd/sshd_config.phabricator.example index 2f2a581223..506d32bbbf 100644 --- a/resources/sshd/sshd_config.phabricator.example +++ b/resources/sshd/sshd_config.phabricator.example @@ -18,6 +18,7 @@ AllowTcpForwarding no PrintMotd no PrintLastLog no PasswordAuthentication no +ChallengeResponseAuthentication no AuthorizedKeysFile none PidFile /var/run/sshd-phabricator.pid