Skip to content

Commit

Permalink
update daemon for new changes for ssh public keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeckt committed Jun 21, 2024
1 parent a86a584 commit 4b7a8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sztp-agent/pkg/secureagent/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ func (a *Agent) doReportProgress(s ProgressType) error {
Algorithm string `json:"algorithm"`
KeyData string `json:"key-data"`
}{
Algorithm: key.Algorithm,
KeyData: key.KeyData,
Algorithm: key.Type,
KeyData: key.Data,
})
}
}
Expand Down

0 comments on commit 4b7a8aa

Please sign in to comment.