Searched refs:forward_agent (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h32 int forward_agent; /* Forward authentication agent. */ member in struct:__anon6881
H A Dssh.c760 options.forward_agent = 0;
763 options.forward_agent = 1;
1771 if (options.forward_agent) {
1774 options.forward_agent = 0;
1810 if (options.forward_agent) {
H A Dreadconf.c918 intptr = &options->forward_agent;
1858 options->forward_agent = -1;
1984 if (options->forward_agent == -1)
1985 options->forward_agent = 0;
2636 dump_cfg_fmtint(oForwardAgent, o->forward_agent);
H A Dsshconnect.c1175 if (options.forward_agent) {
1178 options.forward_agent = 0;
H A Dmux.c1407 if (cctx->want_agent_fwd && options.forward_agent) {
1929 (r = sshbuf_put_u32(m, options.forward_agent)) != 0 ||
H A Dclientloop.c1601 if (!options.forward_agent) {

Completed in 135 milliseconds