tangled
alpha
login
or
join now
ionchy.ca
/
knot-docker
forked from
tangled.org/knot-docker
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add authorized_keys_command.conf with correct git directory
ionchy.ca
6 months ago
350aad4a
c2ae393b
+3
1 changed file
expand all
collapse all
unified
split
rootfs
etc
ssh
sshd_config.d
authorized_keys_command.conf
+3
rootfs/etc/ssh/sshd_config.d/authorized_keys_command.conf
···
1
1
+
Match User git
2
2
+
AuthorizedKeysCommand /usr/bin/knot keys -o authorized-keys -git-dir /home/git/repositories
3
3
+
AuthorizedKeysCommandUser nobody