sftp: Fix OpenSSH 8.8+ RSA keys incompatibility (#6076)
Updates golang.org/x/crypto to v0.0.0-20220331220935-ae2d96664a29. Fixes the issues with connecting to OpenSSH 8.8+ remotes in case the client uses RSA key pair due to OpenSSH dropping support for SHA1 based ssh-rsa signature. Bug: https://github.com/rclone/rclone/issues/6076 Bug: https://github.com/golang/go/issues/37278 Signed-off-by: KARBOWSKI Piotr <piotr.karbowski@gmail.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
54c9c3156c
commit
4f78226f8b
@@ -59,7 +59,7 @@ require (
|
||||
github.com/yunify/qingstor-sdk-go/v3 v3.2.0
|
||||
go.etcd.io/bbolt v1.3.6
|
||||
goftp.io/server v0.4.1
|
||||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
||||
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
|
||||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
||||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
|
||||
Reference in New Issue
Block a user