mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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 <muvarov@gmail.com>