MCPcopy Index your code
hub / github.com/tailscale/tailscale / KeyboardInteractive

Function KeyboardInteractive

tempfork/sshtest/ssh/client_auth.go:541–543  ·  view source on GitHub ↗

KeyboardInteractive returns an AuthMethod using a prompt/response sequence controlled by the server.

(challenge KeyboardInteractiveChallenge)

Source from the content-addressed store, hash-verified

539// KeyboardInteractive returns an AuthMethod using a prompt/response
540// sequence controlled by the server.
541func KeyboardInteractive(challenge KeyboardInteractiveChallenge) AuthMethod {
542 return challenge
543}
544
545func (cb KeyboardInteractiveChallenge) method() string {
546 return "keyboard-interactive"

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…