Home
last modified time | relevance | path

Searched refs:kbd_interactive_devices (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.h47 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ member
H A Dreadconf.c1261 charptr = &options->kbd_interactive_devices; in process_config_line_depth()
2600 options->kbd_interactive_devices = NULL; in initialize_options()
3633 dump_cfg_string(oKbdInteractiveDevices, o->kbd_interactive_devices); in dump_client_config()
H A Dsshconnect2.c1930 (r = sshpkt_put_cstring(ssh, options.kbd_interactive_devices ? in userauth_kbdint()
1931 options.kbd_interactive_devices : "")) != 0 || in userauth_kbdint()