From 9948fbc84bef573a1942ae608cdf7bd7ba7143b5 Mon Sep 17 00:00:00 2001 From: Vieno Hakkerinen Date: Sun, 22 May 2022 03:21:49 +0200 Subject: [PATCH] generic: add openssh-sftp-server * adds ~800 KB binary size to ath79-generic because it pulls in openssl * since OpenSSH 9.0 the old scp protocol is finally deprecated. To use that ancient protocol OpenSSH scp client needs a special parameter or a sftp server on the server side. --- targets/generic | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/generic b/targets/generic index 7e8c17f2..a9e63ba9 100644 --- a/targets/generic +++ b/targets/generic @@ -95,4 +95,5 @@ packages { '-firewall4', 'gluon-core', 'ip6tables-legacy', + 'openssh-sftp-server', }