From 41c92c2e9cabdea9e6aad8671da019848963b87f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Apr 2019 18:42:03 +0000 Subject: [PATCH] Revert "basessh: We need a sftp server for ansible, so switch to the internal one." This reverts commit 0be4815020b88375c1891f10b2a7104284feb66b. Instead, we will just switch ansible to scp --- roles/basessh/templates/sshd_config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/basessh/templates/sshd_config b/roles/basessh/templates/sshd_config index 3816efb772..ad01f909d4 100644 --- a/roles/basessh/templates/sshd_config +++ b/roles/basessh/templates/sshd_config @@ -37,11 +37,6 @@ UsePrivilegeSeparation yes UsePrivilegeSeparation sandbox {% endif %} -# ansible uses sftp by default. -# The external sftp server can't run if it cannot read the sshd_config -# So, instead use the internal sftp server. -Subsystem sftp internal-sftp - # Accept locale-related environment AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT