Home
last modified time | relevance | path

Searched refs:forward_agent (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c349 options.forward_agent = 0;
352 options.forward_agent = 1;
836 if (options.forward_agent) {
839 options.forward_agent = 0;
939 if (options.forward_agent) {
1094 if (options.forward_agent) {
H A Dsshconnect.c512 if (options.forward_agent) { in ssh_exchange_identification()
514 options.forward_agent = 0; in ssh_exchange_identification()
886 if (options.forward_agent) { in check_host_key()
889 options.forward_agent = 0; in check_host_key()
H A Dclientloop.c1438 if (!options.forward_agent) { in client_request_agent()
1603 dispatch_set(SSH_SMSG_AGENT_OPEN, options.forward_agent ? in client_init_dispatch_13()
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h54 int forward_agent; /* Forward authentication agent. */ member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c379 intptr = &options->forward_agent; in process_config_line()
922 options->forward_agent = -1; in initialize_options()
1010 if (options->forward_agent == -1) in fill_default_options()
1011 options->forward_agent = 0; in fill_default_options()