chiark / gitweb /
server/admin.c: Remove spurious `ping' in usage message.
[tripe] / contrib / README
... / ...
CommitLineData
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.
11
12tripe-upstart
13 A configuration fragment for starting Tripe under Maemo's ancient
14 version of upstart. It might work with other versions but it hasn't
15 been tested.
16
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
22greet A simple tool for stimulating a passive association by sending a
23 `greet' packet.
24
25knock A script which acts as an OpenSSH forced command or login shell for a
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).
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.