diff options
author | Linnea Gräf <nea@nea.moe> | 2024-07-19 01:41:53 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-07-19 01:41:53 +0200 |
commit | e4b9a9b40838777d4d017001fef00e1c57efbb0c (patch) | |
tree | d9873f599cb4fd92cd7f71284d6be4df9155a3fe /10-fagit-ssh-authorization.conf | |
download | fagit-e4b9a9b40838777d4d017001fef00e1c57efbb0c.tar.gz fagit-e4b9a9b40838777d4d017001fef00e1c57efbb0c.tar.bz2 fagit-e4b9a9b40838777d4d017001fef00e1c57efbb0c.zip |
Init
Diffstat (limited to '10-fagit-ssh-authorization.conf')
-rw-r--r-- | 10-fagit-ssh-authorization.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/10-fagit-ssh-authorization.conf b/10-fagit-ssh-authorization.conf new file mode 100644 index 0000000..bd98f2b --- /dev/null +++ b/10-fagit-ssh-authorization.conf @@ -0,0 +1,3 @@ +AuthorizedKeysCommand /opt/fagit/fagit auth "%u" "%h" "%t" "%k" +AuthorizedKeysCommandUser root + |