Move decrypt error to debug #49

Merged
dan merged 1 commits from decrypt_error into master 2022-04-20 23:50:54 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ func (ea *AuthApp) Init(connection tapir.Connection) {
connection.SetHostname(assertedHostname)
connection.SetCapability(AuthCapability)
} else {
log.Errorf("Failed Decrypt Challenge: [%x] [%x]\n", remoteChallenge, challengeBytes)
log.Debugf("Failed Decrypt Challenge: [%x] [%x]\n", remoteChallenge, challengeBytes)
connection.Close()
}
}

2
go.mod
View File

@ -10,4 +10,4 @@ require (
github.com/gtank/ristretto255 v0.1.2
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
)
)