sftpfs: add more ciphers, KEXs and MACs

they are negotiated according to the order.
Restrictions are generally configured server side.
I want to avoid to expose other settings for now.

Fixes #817

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-05-06 14:10:55 +02:00
parent c40a48c6f3
commit 2e9919d1a5
4 changed files with 41 additions and 26 deletions

View File

@@ -2,7 +2,7 @@ package version
import "strings"
const version = "2.2.3"
const version = "2.2.3-dev"
var (
commit = ""