.
This commit is contained in:
parent
784ecf0399
commit
f11887ab0e
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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user