summaryrefslogtreecommitdiff
path: root/src/anonymous-access.conf
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 12:36:42 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 12:36:42 -0400
commit1c35165652fae8410eec8c8bb31ef86ddec8ec6a (patch)
tree2575162cc25c9100576735ce199e2fb7de128b22 /src/anonymous-access.conf
parent3781d6ad65e30c6fbfdd6964301f24adcfc95286 (diff)
move files to src/
Diffstat (limited to 'src/anonymous-access.conf')
-rw-r--r--src/anonymous-access.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/anonymous-access.conf b/src/anonymous-access.conf
new file mode 100644
index 0000000..5cd6b6a
--- /dev/null
+++ b/src/anonymous-access.conf
@@ -0,0 +1,10 @@
1ExposeAuthInfo=yes
2AuthorizedKeysCommandUser=root
3AuthorizedKeysCommand=/etc/ssh/AuthorizedKeysCommand %u %h %f "%t %k"
4
5# %u The username.
6# %h The home directory of the user.
7# %f The fingerprint of the key or certificate.
8# %t The key or certificate type.
9# %k The base64-encoded key or certificate for authentication.
10