mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 15:28:05 +03:00
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:
@@ -2,7 +2,7 @@ package version
|
||||
|
||||
import "strings"
|
||||
|
||||
const version = "2.2.3"
|
||||
const version = "2.2.3-dev"
|
||||
|
||||
var (
|
||||
commit = ""
|
||||
|
||||
Reference in New Issue
Block a user