Skip to main content

Module ssh

Module ssh 

Source
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§

SshGitHandler
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