type golang.org/x/crypto/ssh.sshClientKeyboardInteractive

3 uses

	golang.org/x/crypto/ssh (current package)
		server.go#L486: 			prompter := &sshClientKeyboardInteractive{s}
		server.go#L669: type sshClientKeyboardInteractive struct {
		server.go#L673: func (c *sshClientKeyboardInteractive) Challenge(user, instruction string, questions []string, echos []bool) (answers []string, err error) {