diff --git a/client/client.go b/client/client.go index 7ed62fa..fceaeea 100644 --- a/client/client.go +++ b/client/client.go @@ -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 diff --git a/cmd/ro/roagent/roagent.go b/cmd/ro/roagent/roagent.go index fb270ee..1bdda61 100644 --- a/cmd/ro/roagent/roagent.go +++ b/cmd/ro/roagent/roagent.go @@ -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