diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 21:35:15 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 21:35:15 +0800 |
commit | a361bfcc996a533b6b5e0ebae956cb95f7e40fab (patch) | |
tree | d2d6445eb2ce9b88b90f57b79524fde4b7289883 | |
parent | repo_index: Add clone instructions (diff) | |
download | forge-a361bfcc996a533b6b5e0ebae956cb95f7e40fab.tar.gz forge-a361bfcc996a533b6b5e0ebae956cb95f7e40fab.tar.zst forge-a361bfcc996a533b6b5e0ebae956cb95f7e40fab.zip |
README.md: Update about SSH implementation
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,8 +72,8 @@ Not very sure how to integrate this for now. Planned for the future. ## 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 |