gitdataai/libs/git/ssh
ZhenYi 1090359951 fix(git): add SSH channel lifecycle logging and fix password auth username check
- Remove user=="git" restriction from auth_password: the actual user is
  determined by the token, not the SSH username, matching Gitea's approach
- Add channel_open_session logging with explicit flush to verify
  CHANNEL_OPEN_CONFIRMATION reaches the client
- Add pty_request handler (reject with log) so git clients that request
  a PTY are handled gracefully instead of falling through to default
- Add subsystem_request handler (log + accept) so git subsystems are
  visible in logs
- Prefix unused variables with _ to eliminate warnings
2026-04-16 20:40:17 +08:00
..
authz.rs init 2026-04-15 09:08:09 +08:00
handle.rs fix(git): add SSH channel lifecycle logging and fix password auth username check 2026-04-16 20:40:17 +08:00
mod.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
rate_limit.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
server.rs init 2026-04-15 09:08:09 +08:00