mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-02 12:46:17 +00:00
Upgrade logrus / testify to stable versions
This commit is contained in:
1
vendor/golang.org/x/crypto/ssh/server.go
generated
vendored
1
vendor/golang.org/x/crypto/ssh/server.go
generated
vendored
@ -484,6 +484,7 @@ userAuthLoop:
|
||||
// sig.Format. This is usually the same, but
|
||||
// for certs, the names differ.
|
||||
if !isAcceptableAlgo(sig.Format) {
|
||||
authErr = fmt.Errorf("ssh: algorithm %q not accepted", sig.Format)
|
||||
break
|
||||
}
|
||||
signedData := buildDataSignedForAuth(sessionID, userAuthReq, algoBytes, pubKeyData)
|
||||
|
Reference in New Issue
Block a user