From: Simon Ruderich Date: Tue, 5 Mar 2013 15:42:17 +0000 (+0100) Subject: sshd_config: Enable sftp. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=cd3e1e08bc5acbe3418af0f202ebb73614da3b9b sshd_config: Enable sftp. --- 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