From a361bfcc996a533b6b5e0ebae956cb95f7e40fab Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 21:35:15 +0800 Subject: [PATCH] README.md: Update about SSH implementation --- README.md | 4 ++-- diff --git a/README.md b/README.md index 2dda48b8d6c038d7bc333e0a5ea868e380eeacc9..2ba6fad1bd610142434643903d9c5cdb1b8839a1 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ ## Authentication and authorization Anonymous SSH read access should be possible for public repos. All other Git -access should be done via SSH public keys. Custom SSH server implementation -necessary due to OpenSSH limitations. +access should be done via SSH public keys. We use a baked-in SSH +implementation. The native API may be authenticated in the transport layer (e.g. TLS client certificates or UNIX domain socket authentication), via passwords, and via -- 2.48.1