summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-05-27 22:34:55 -0400
committerAndrew Cady <d@jerkface.net>2023-05-27 22:35:09 -0400
commitf6a5dafe904909bbee1b2da0d3a7786fd8952871 (patch)
treeebaffcc2043844dc1d04cc174bb45498f7276d47 /Makefile
parente6f31e56797cf45b13c0d98499d647125521feeb (diff)
add sshd config files
these contain a hard-coded username at the moment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12b9329..e9b3bf9 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,8 @@ bindir = /usr/local/bin
42 42
43default: install start follow 43default: install start follow
44install: 44install:
45 install -t /etc/ssh/ -- src/user-d.AnonymousForceCommand src/user-d.AuthorizedKeysCommand
46 install -m644 -t /etc/ssh/sshd_config.d -- src/fossil-user.conf
45 install -m644 -t $(unitdir) -- $(unit_files) 47 install -m644 -t $(unitdir) -- $(unit_files)
46 install -t $(bindir) -- $(executables) 48 install -t $(bindir) -- $(executables)
47 systemctl daemon-reload 49 systemctl daemon-reload