Skip to content

Commit

Permalink
remove accidentally added newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampDragons committed Jun 26, 2020
1 parent 9132714 commit ab67910
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ssh/client_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand
return authFailure, nil, err
}
var methods []string

for _, signer := range signers {

// In order for the publicKeyCallback to play nice with custom
Expand All @@ -223,7 +222,6 @@ func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand
}

pubKey := pub.Marshal()

sign, err := signer.Sign(rand, buildDataSignedForAuth(session, userAuthRequestMsg{
User: user,
Service: serviceSSH,
Expand Down

0 comments on commit ab67910

Please sign in to comment.