From cd3e1e08bc5acbe3418af0f202ebb73614da3b9b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 5 Mar 2013 16:42:17 +0100 Subject: [PATCH] sshd_config: Enable sftp. --- sshd_config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sshd_config b/sshd_config index 8f21c33..c9ee8fc 100644 --- a/sshd_config +++ b/sshd_config @@ -55,6 +55,9 @@ AcceptEnv # authentications (default). PermitUserEnvironment no +# Enable sftp (and sshfs) usage. +Subsystem sftp internal-sftp + # Only allow logins for certain users. AllowUsers root -- 2.44.1