chiark / gitweb /
server/admin.c: Remove spurious `ping' in usage message.
[tripe] / contrib / README
CommitLineData
a4f886c3
MW
1CONTRIBUTED FILES
2
3This directory contains some random scripts which might be useful, but
4aren't part of the official distribution.
5
6What is there?
7
8tripe-ipif
9ipif-peers
10 Glue for attaching tripe to Ian Jackson's `userv-ipif' service.
2e35470f
MW
11
12tripe-upstart
ab37858b 13 A configuration fragment for starting Tripe under Maemo's ancient
2e35470f
MW
14 version of upstart. It might work with other versions but it hasn't
15 been tested.
a3340701 16
0c614d59
MW
17tripe.service
18tripe-service.service
19 Unit files for starting Tripe under systemd, for those with no choice
20 in the matter. I strongly discourage the use of systemd.
21
a3340701
MW
22greet A simple tool for stimulating a passive association by sending a
23 `greet' packet.
b147e573 24
b2ee0bd2 25knock A script which acts as an OpenSSH forced command or login shell for a
8362ac1c
MW
26 `tripe' user, estabishing dynamic assocations on demand. Not
27 recommended for new deployments: use the `KNOCK' protocol instead
28 (see the `Dynamic connetion' section of connect(8), and the `ADD'
29 command in tripe-admin(5), for details).
0c614d59
MW
30
31sshsvc.conf
32 A configuration script for sshsvc-mkauthkeys(1) (part of the
33 `distorted-utils' collection), for setting up an appropriate
34 `.ssh/authorized_keys' file to use the `knock' script.