golang.org/x/crypto/ssh.sshClientKeyboardInteractive.Challenge (method)

2 uses

	golang.org/x/crypto/ssh (current package)
		server.go#L487: 			perms, authErr = config.KeyboardInteractiveCallback(s, prompter.Challenge)
		server.go#L673: func (c *sshClientKeyboardInteractive) Challenge(user, instruction string, questions []string, echos []bool) (answers []string, err error) {