Searched refs:FORWARD_REMOTE (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | channels.h | 78 #define FORWARD_REMOTE (1) macro 80 #define FORWARD_ALLOW (FORWARD_REMOTE|FORWARD_LOCAL)
|
H A D | session.c | 326 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 D | serverloop.c | 759 (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 D | auth.c | 692 (options.allow_tcp_forwarding & FORWARD_REMOTE) != 0; in auth_log_authopts()
|
H A D | monitor_wrap.c | 1089 int where = listen ? FORWARD_REMOTE : FORWARD_LOCAL; in server_process_permitopen_list()
|
H A D | channels.c | 623 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 D | servconf.c | 1309 { "remote", FORWARD_REMOTE },
|