Expand description
SSH transport adapter for the Git smart protocol. Wraps the shared GitProtocol core with
helpers for authenticating connections, parsing SSH commands, and serving upload/receive-pack
requests over interactive channels.
Structs§
- SshGit
Handler - SSH Git protocol handler
Functions§
- extract_
repo_ path_ from_ args - Extract repository path from SSH command arguments
- is_
git_ ssh_ command - Check if command is a valid Git SSH command
- parse_
ssh_ command - SSH-specific utility functions Parse SSH command line into command and arguments