[CODE] update sshd config (fixes #5)

This commit is contained in:
Jannik Beyerstedt 2020-03-08 16:52:50 +01:00
parent 71b3e80227
commit 24a10d19a9
1 changed files with 2 additions and 3 deletions

View File

@ -44,7 +44,6 @@ PrintMotd no
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation sandbox
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
@ -59,8 +58,8 @@ UseDNS no
# Allow client to pass locale environment variables
AcceptEnv LANG LC_*
# override default of no subsystems
Subsystem sftp /usr/lib/openssh/sftp-server
# Log sftp level file access (read/write/etc.) that would not be easily logged otherwise.
Subsystem sftp /usr/lib/openssh/sftp-server -f AUTHPRIV -l INFO
# Example of overriding settings on a per-user basis
#Match User anoncvs