summaryrefslogtreecommitdiff
path: root/EndoForge/src/anonymous-access.conf
blob: 5cd6b6a382c071fec5a3ece5fe73251ee21140fc (plain)
1
2
3
4
5
6
7
8
9
10
ExposeAuthInfo=yes
AuthorizedKeysCommandUser=root
AuthorizedKeysCommand=/etc/ssh/AuthorizedKeysCommand %u %h %f "%t %k"

#          %u    The username.
#          %h    The home directory of the user.
#          %f    The fingerprint of the key or certificate.
#          %t    The key or certificate type.
#          %k    The base64-encoded key or certificate for authentication.