summaryrefslogtreecommitdiff
path: root/EndoForge/src/anonymous-access.conf
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-26 09:29:50 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-26 09:29:55 -0400
commit099d70f87208afc6bc0baf098c266c0d705f2453 (patch)
treec920faf0df43a51d882ab7e31873535b998924de /EndoForge/src/anonymous-access.conf
parentd702643534828f72036d19f75c57ca48a4edc07b (diff)
split OpenSSH_Anonymous_Access from EndoForge
EndoForge now installs OpenSSH_Anonymous_Access as a dependency.
Diffstat (limited to 'EndoForge/src/anonymous-access.conf')
-rw-r--r--EndoForge/src/anonymous-access.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/EndoForge/src/anonymous-access.conf b/EndoForge/src/anonymous-access.conf
deleted file mode 100644
index 5cd6b6a..0000000
--- a/EndoForge/src/anonymous-access.conf
+++ /dev/null
@@ -1,10 +0,0 @@
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