From a3d5fbd9d7749288bbc6f9e2df21b4473f2997e3 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 6 Sep 2015 18:27:50 +0300 Subject: [PATCH] sshd_config: http://serverfault.com/a/660325 --- etc/ssh/sshd_config | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index e3f11e6a..d559566e 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -54,6 +54,7 @@ ListenAddress :: # Use the internal SFTP to avoid having to find the external one. VERBOSE # logs transactions that sftp-server performs on behalf of the client. +# See also http://serverfault.com/a/660325 Subsystem sftp internal-sftp -l VERBOSE # If you wish to use the external one, uncomment the appropiate one # for your OS or find it somewhere.