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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h98 int add_keys_to_agent; member in struct:__anon6881
H A Dsshconnect.c1563 if (options.add_keys_to_agent == 0)
1571 if (options.add_keys_to_agent == 2 &&
1579 (options.add_keys_to_agent == 3), 0)) == 0)
H A Dreadconf.c1733 intptr = &options->add_keys_to_agent;
1939 options->add_keys_to_agent = -1;
2046 if (options->add_keys_to_agent == -1)
2047 options->add_keys_to_agent = 0;
2623 dump_cfg_fmtint(oAddKeysToAgent, o->add_keys_to_agent);

Completed in 60 milliseconds