Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dchannels.h78 #define FORWARD_REMOTE (1) macro
80 #define FORWARD_ALLOW (FORWARD_REMOTE|FORWARD_LOCAL)
H A Dsession.c315 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) != 0) { in set_fwdpermit_from_authopts()
316 channel_clear_permission(ssh, FORWARD_USER, FORWARD_REMOTE); in set_fwdpermit_from_authopts()
326 FORWARD_USER, FORWARD_REMOTE, host, port); in set_fwdpermit_from_authopts()
346 channel_disable_admin(ssh, FORWARD_REMOTE); in do_authenticated()
352 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) == 0) in do_authenticated()
353 channel_disable_admin(ssh, FORWARD_REMOTE); in do_authenticated()
355 channel_permit_all(ssh, FORWARD_REMOTE); in do_authenticated()
H A Dserverloop.c792 (options.allow_tcp_forwarding & FORWARD_REMOTE) == 0 || in server_input_global_request()
828 if ((options.allow_streamlocal_forwarding & FORWARD_REMOTE) == 0 in server_input_global_request()
H A Dauth.c785 (options.allow_tcp_forwarding & FORWARD_REMOTE) != 0; in auth_log_authopts()
H A Dchannels.c630 else if (where == FORWARD_REMOTE) in fwd_ident()
635 else if (where == FORWARD_REMOTE) in fwd_ident()
651 case FORWARD_REMOTE: in permission_set_get()
H A Dservconf.c930 int where = opcode == sPermitOpen ? FORWARD_LOCAL : FORWARD_REMOTE; in process_permitopen_list()
1303 { "remote", FORWARD_REMOTE },