search for: forwardpermiss

Displaying 3 results from an estimated 3 matches for "forwardpermiss".

2006 Apr 19
1
tcpip-forward with port 0 and 'want reply'
...urprised nobody has added domain socket support yet. FWIW, the route I've take so far is replacing all the host/port pairs with a SocketName structure, and added the streamloceal-forward at openssh.com and forward-streamlocal at openssh.com messages. In the process I've run into trouble w/ ForwardPermissions. I suspect there's a bug in the SSH 2.0 support since it doesn't keep track of listening hostnames, only the port. Again, there's a silent collision and either the permissions are too strict or too loose. - Bill
2005 Feb 22
0
TR: 3.8.1p1 option "permitopennet" added
...//channels.c Tue Feb 22 10:36:55 2005 @@ -55,6 +55,7 @@ #include "authfd.h" #include "pathnames.h" #include "bufaux.h" +#include "auth.h" /* -- channel core */ @@ -91,11 +92,27 @@ u_short listen_port; /* Remote side should listen port number. */ } ForwardPermission; +/* That structure _only_ stocks authorized permitopennet demands + * A ForwardPermission entry is added at each incoming connexion + * in "permitted_opens" array + */ +typedef struct { + struct in_addr * netblock_to_connect; + struct in_addr * netmask_to_connect; + u_short porta_to...
2018 Mar 26
23
[Bug 2846] New: PermitOpen rule in sshd_config is not case insensitive
https://bugzilla.mindrot.org/show_bug.cgi?id=2846 Bug ID: 2846 Summary: PermitOpen rule in sshd_config is not case insensitive Product: Portable OpenSSH Version: 7.6p1 Hardware: Other OS: Linux Status: NEW Severity: major Priority: P5 Component: sshd Assignee: unassigned-bugs