summaryrefslogtreecommitdiff
path: root/ssh.py
AgeCommit message (Expand)Author
2026-04-03Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensionsCarlos Fernandez
2026-02-11sync: Remove dependency on ssh if not neededJordan Esh
2024-05-16ssh: Set git protocol version 2 on SSH ControlMasterErik Elmeke
2024-03-11ssh: Print details if running the command failsv2.44Sebastian Schuberth
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-05-24Parse OpenSSH versions with no SSH_EXTRAVERSIONSaagar Jha
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-11-03Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang
2021-10-26ssh: handle FileNotFoundError errorsMike Frysinger
2021-05-10ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger
2021-05-06ssh: move all ssh logic to a common placeMike Frysinger