mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-10 16:00:59 +00:00
Addressed comments
Addressed comments
This commit is contained in:
@@ -267,7 +267,6 @@ func (c *RemoteServer) SSHSignWith(req core.SSHSignWithRequest) (*core.ResponseD
|
||||
}
|
||||
|
||||
return unmarshalResponseData(respBytes)
|
||||
|
||||
}
|
||||
|
||||
// DecryptIntoData issues an decrypt request to the remote server and extract
|
||||
|
||||
@@ -42,7 +42,6 @@ func (signer ROSigner) Sign(rand io.Reader, msg []byte) (signature *ssh.Signatur
|
||||
}
|
||||
if resp.Status != "ok" {
|
||||
log.Fatal("response status error:", resp.Status)
|
||||
return nil, errors.New("response status error")
|
||||
}
|
||||
|
||||
var respMsg core.SSHSignatureWithDelegates
|
||||
|
||||
Reference in New Issue
Block a user