I've made a modification to zebedee to allow setting a
specific identify
file to each Target line specification in order to be
able to restrict
identities to only be allowed those specific port
redirections. I believe
it makes the system more versatile and secure when
using id's. The original
behavior is still left untouched and will function as
always. With the
addion of a identity file name as the third parameter
in a target line, the
server will then also look in that file for a matching
identity if it
does'nt find it in the main identities file (from the
checkidfile line).
Any identity in the checkidfile line will be allowed
access to all target
destinations. Any identity that is only in a specific
target idfilename
will only be allowed access to that target destination.
I find it usefull here and thought others would be
interested in it as well.
Thanks again for this great program Neil. It works
flawlessly for me here.
This patch is for version 2.2.2 of zebedee.
Example:
target 192.168.1.1:23 # normal target specification
target 192.168.1.1:23:idfilename # new idfilename
parameter