.
This commit is contained in:
3
main.go
3
main.go
@@ -434,11 +434,8 @@ func (m *serverMux) Serve(ctx context.Context) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
func fingerprintHuman(pubKey ssh.PublicKey) string {
|
func fingerprintHuman(pubKey ssh.PublicKey) string {
|
||||||
sha256sum := sha256.Sum256(pubKey.Marshal())
|
sha256sum := sha256.Sum256(pubKey.Marshal())
|
||||||
h, _ := humanhash.Humanize(sha256sum[:], 3)
|
h, _ := humanhash.Humanize(sha256sum[:], 3)
|
||||||
return h
|
return h
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|||||||
Reference in New Issue
Block a user