golang.org/x/crypto/ssh.kexDHReplyMsg.HostKey (field)

4 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L137: 	writeString(h, kexDHReply.HostKey)
		kex.go#L147: 		HostKey:   kexDHReply.HostKey,
		kex.go#L202: 		HostKey:   hostKeyBytes,
		messages.go#L95: 	HostKey   []byte `sshtype:"31"`