testing: Enable sftp subsystem in default sshd_config
OpenSSH defaults have changed and scp stopped to work with newer versions. There are 2 options to fix it, either use -O (legacy scp protocol) with scp, or enable the sftp subsystem in the SSH server config. This fix uses the second variant. Closes strongswan/strongswan#2310 Signed-off-by: Maxim Uvarov <[email protected]>
This commit is contained in:
committed by
Tobias Brunner
parent
710973f0b0
commit
d8c6fa3b9a
@@ -13,3 +13,4 @@ PrintLastLog no
|
||||
UsePAM no
|
||||
AcceptEnv LANG LC_*
|
||||
AcceptEnv LEAK_DETECTIVE_LOG
|
||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
|
||||
Reference in New Issue
Block a user