add ostiary package
authorFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 14:08:37 +0000 (14:08 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 14:08:37 +0000 (14:08 +0000)
commit90c389eaef03c744b6601ca771b37816c1c7ee98
treed5d6ed205932dde82717fc4736e6cc9ce96333b2
parentcc45815abbab5ec1832bc54436c05f4230817817
add ostiary package

This patch adds the Ostiary package to the repository.  I've tested this on the latest build (revision 31158).  Installation, un-installation and ostiaryd.init script all seem to work correctly.

A bit of background, Ostiary has a similar purpose to Port Knocking but uses a different implementation that removes the possibility of replay attacks.  Not everyone will view it as suitable for their needs, but for me combined with ssh I feel it is more than sufficient.

I suppose for the super paranoid admin, the perfect system would be a package that uses the approach of port knocking via a closed port that is combined with an ostiary style signature challenge.

Anyhow, I have created quickstart documentation for the server and client at "http://wiki.openwrt.org/doc/howto/ostiary.server" and  "http://wiki.openwrt.org/doc/howto/ostiary.client".

Signed-off-by: Desmond Hokin <Salander@gmx.u>
SVN-Revision: 33167
admin/ostiary/Makefile [new file with mode: 0644]
admin/ostiary/files/ostiaryd.init [new file with mode: 0644]
admin/ostiary/files/ssh_disable [new file with mode: 0644]
admin/ostiary/files/ssh_enable [new file with mode: 0644]