Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dreadconf.h53 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ member
Dreadconf.c960 charptr = &options->kbd_interactive_devices; in process_config_line_depth()
1822 options->kbd_interactive_devices = NULL; in initialize_options()
2601 dump_cfg_string(oKbdInteractiveDevices, o->kbd_interactive_devices); in dump_client_config()
Dsshconnect2.c1494 packet_put_cstring(options.kbd_interactive_devices ? in userauth_kbdint()
1495 options.kbd_interactive_devices : ""); in userauth_kbdint()