search for: addr_match_list

Displaying 2 results from an estimated 2 matches for "addr_match_list".

2015 May 12
22
[Bug 2397] New: Match block doesn't match negated addresses
....2.3.4 | grep authenticationmethods authenticationmethods password [root at r6 build]# sshd -TC user=none,host=myhost,addr=1.2.3.5 | grep authenticationmethods authenticationmethods password ## should return "authenticationmethods publickey,password" >From this issue I got to function addr_match_list, that is not handling properly negated addresses. I put together few assertions that should apply from my point of view: assert(addr_match_list("1.2.3.4", "1.2.3.4") == 1); assert(addr_match_list("1.2.3.4", "1.2.3.5") == 0); assert(addr_match_list("1.2....
2014 Jun 23
2
ListenAdress Exclusion
I was wondering what everyone's thoughts were on a simpler way to exclude addresses from having listeners on them. I know a lot of people have multiple subnets, especially larger corporations. Some networks are non-route-able, and therefor unsuitable for use with SSH, aside from communication between other servers on the same subnet. Given that we may want to exclude those non-route-able