1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 12:46:11 +02:00

Update sshd_config (#13143)

Afaik, adding these lines does nothing unless the file(s) are present. Having them in let's admins supply certs instead of relying on TOFU.

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Anders Eurenius Runvald 2020-10-14 19:01:11 +02:00 committed by GitHub
parent 36e41d4764
commit 01f991ac88
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,13 @@ ListenAddress ::
LogLevel INFO
HostKey /data/ssh/ssh_host_ed25519_key
HostCertificate /data/ssh/ssh_host_ed25519_cert
HostKey /data/ssh/ssh_host_rsa_key
HostCertificate /data/ssh/ssh_host_rsa_cert
HostKey /data/ssh/ssh_host_ecdsa_key
HostCertificate /data/ssh/ssh_host_ecdsa_cert
HostKey /data/ssh/ssh_host_dsa_key
HostCertificate /data/ssh/ssh_host_dsa_cert
AuthorizedKeysFile .ssh/authorized_keys
AuthorizedPrincipalsFile .ssh/authorized_principals