golang.org/x/crypto/ssh.kexInitMsg.FirstKexFollows (field)

2 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L570: 	if otherInit.FirstKexFollows && (clientInit.KexAlgos[0] != serverInit.KexAlgos[0] || clientInit.ServerHostKeyAlgos[0] != serverInit.ServerHostKeyAlgos[0]) {
		messages.go#L65: 	FirstKexFollows         bool