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.
This commit is contained in:
Vieno Hakkerinen 2022-05-22 03:21:49 +02:00
parent 36f406746e
commit 9948fbc84b
No known key found for this signature in database
GPG Key ID: 22D83763C93E6F45

View File

@ -95,4 +95,5 @@ packages {
'-firewall4', '-firewall4',
'gluon-core', 'gluon-core',
'ip6tables-legacy', 'ip6tables-legacy',
'openssh-sftp-server',
} }