[package] 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)
commit58aed37b34582b6f1abdf883208a73deaac8b013
treec9c8bbdc43e6b1b66048c0adddda7fc6110b587c
parentde2ff0985cc55f06eb5bf83d6214477f8a923c28
[package] 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]