Skip to content

Commit

Permalink
chages per review requests
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Oct 25, 2021
1 parent a26181b commit 9392a67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/sshdialer/ssh_dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ func signersToAuthMethods(signers []ssh.Signer) []ssh.AuthMethod {
// Dedup signers based on fingerprint, ssh-agent keys override explicit identity
for _, s := range signers {
fp := ssh.FingerprintSHA256(s.PublicKey())
//if _, found := dedup[fp]; found {
// key updated
//}
dedup[fp] = s
}

Expand Down

0 comments on commit 9392a67

Please sign in to comment.