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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h48 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ member in struct:__anon6881
H A Dreadconf.c969 charptr = &options->kbd_interactive_devices;
1876 options->kbd_interactive_devices = NULL;
2680 dump_cfg_string(oKbdInteractiveDevices, o->kbd_interactive_devices);
H A Dsshconnect2.c1728 (r = sshpkt_put_cstring(ssh, options.kbd_interactive_devices ?
1729 options.kbd_interactive_devices : "")) != 0 ||

Completed in 116 milliseconds