2 .\" Copyright (c) 2022 Stefan Sperling
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 .Nd Game of Trees Shell
23 .Nm Fl c Sq Cm git-receive-pack Ar repository-path
24 .Nm Fl c Sq Cm git-upload-pack Ar repository-path
27 is the network-facing interface to
29 It implements the server-side part of the Git network protocol used by
35 is not an interactive shell.
37 is intended to be configured as the login shell of Git repository
38 user accounts on servers running
40 If users require a different login shell,
42 can be installed in the command search path under the names
47 The users can then interact with
50 When users invoke commands such as
56 will connect to the server with
59 will facilitate communication between
61 running on the server machine and the
65 program running on the client machine.
69 must be members of the group which has read/write permission to the
72 The group used for this purpose can be configured in
76 should not have access to Git repositories by means other than
77 accessing the unix socket of
82 It is recommended to restrict
84 features available to users of
90 .Bl -tag -width GOTD_UNIX_SOCKET
91 .It Ev GOTD_UNIX_SOCKET
92 Set the path to the unix socket which
95 If not specified, the default path
96 .Pa /var/run/gotd.sock
102 directives are recommended to protect the server machine and any systems
103 reachable from it via
106 This example assumes the group called
108 has read/write access to the
111 .Bd -literal -offset indent
113 DisableForwarding yes
123 .An Stefan Sperling Aq Mt stsp@openbsd.org