Home
last modified time | relevance | path

Searched refs:FORWARD_REMOTE (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dchannels.h79 #define FORWARD_REMOTE (1) macro
81 #define FORWARD_ALLOW (FORWARD_REMOTE|FORWARD_LOCAL)
Dsession.c308 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) != 0) { in set_fwdpermit_from_authopts()
309 channel_clear_permission(ssh, FORWARD_USER, FORWARD_REMOTE); in set_fwdpermit_from_authopts()
319 FORWARD_USER, FORWARD_REMOTE, host, port); in set_fwdpermit_from_authopts()
339 channel_disable_admin(ssh, FORWARD_REMOTE); in do_authenticated()
345 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) == 0) in do_authenticated()
346 channel_disable_admin(ssh, FORWARD_REMOTE); in do_authenticated()
348 channel_permit_all(ssh, FORWARD_REMOTE); in do_authenticated()
Dserverloop.c784 (options.allow_tcp_forwarding & FORWARD_REMOTE) == 0 || in server_input_global_request()
818 if ((options.allow_streamlocal_forwarding & FORWARD_REMOTE) == 0 in server_input_global_request()
Dauth.c737 (options.allow_tcp_forwarding & FORWARD_REMOTE) != 0; in auth_log_authopts()
Dmonitor_wrap.c1218 int where = listen ? FORWARD_REMOTE : FORWARD_LOCAL; in server_process_permitopen_list()
Dchannels.c625 else if (where == FORWARD_REMOTE) in fwd_ident()
630 else if (where == FORWARD_REMOTE) in fwd_ident()
646 case FORWARD_REMOTE: in permission_set_get()
Dservconf.c1445 { "remote", FORWARD_REMOTE },