mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 19:54:54 -06:00
Remove aes128-cbc from the supported ciphers by HiDrive
This commit is contained in:
@@ -53,7 +53,7 @@ func CreateSFTPStorage(server string, port int, username string, storageDir stri
|
|||||||
}
|
}
|
||||||
|
|
||||||
if server == "sftp.hidrive.strato.com" {
|
if server == "sftp.hidrive.strato.com" {
|
||||||
sftpConfig.Ciphers = []string{"aes128-cbc", "aes128-ctr", "aes256-ctr"}
|
sftpConfig.Ciphers = []string{"aes128-ctr", "aes256-ctr"}
|
||||||
}
|
}
|
||||||
|
|
||||||
serverAddress := fmt.Sprintf("%s:%d", server, port)
|
serverAddress := fmt.Sprintf("%s:%d", server, port)
|
||||||
|
|||||||
Reference in New Issue
Block a user