summaryrefslogtreecommitdiff
path: root/src/anonymous-access.conf
diff options
context:
space:
mode:
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