Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h78 #define FORWARD_REMOTE (1) macro
80 #define FORWARD_ALLOW (FORWARD_REMOTE|FORWARD_LOCAL)
H A Dsession.c326 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) != 0) { in set_fwdpermit_from_authopts()
327 channel_clear_permission(ssh, FORWARD_USER, FORWARD_REMOTE); in set_fwdpermit_from_authopts()
337 FORWARD_USER, FORWARD_REMOTE, host, port); in set_fwdpermit_from_authopts()
357 channel_disable_admin(ssh, FORWARD_REMOTE); in do_authenticated()
363 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) == 0) in do_authenticated()
364 channel_disable_admin(ssh, FORWARD_REMOTE); in do_authenticated()
366 channel_permit_all(ssh, FORWARD_REMOTE); in do_authenticated()
H A Dserverloop.c759 (options.allow_tcp_forwarding & FORWARD_REMOTE) == 0 || in server_input_global_request()
793 if ((options.allow_streamlocal_forwarding & FORWARD_REMOTE) == 0 in server_input_global_request()
H A Dauth.c692 (options.allow_tcp_forwarding & FORWARD_REMOTE) != 0; in auth_log_authopts()
H A Dmonitor_wrap.c1089 int where = listen ? FORWARD_REMOTE : FORWARD_LOCAL; in server_process_permitopen_list()
H A Dchannels.c623 else if (where == FORWARD_REMOTE) in fwd_ident()
628 else if (where == FORWARD_REMOTE) in fwd_ident()
644 case FORWARD_REMOTE: in permission_set_get()
H A Dservconf.c1309 { "remote", FORWARD_REMOTE },