summaryrefslogtreecommitdiffstats
path: root/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* ssh: Set git protocol version 2 on SSH ControlMasterErik Elmeke2024-05-161-1/+57
* ssh: Print details if running the command failsv2.44Sebastian Schuberth2024-03-111-2/+6
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-1/+1
* Parse OpenSSH versions with no SSH_EXTRAVERSIONSaagar Jha2023-05-241-1/+1
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-232/+242
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-19/+20
* ssh: handle FileNotFoundError errorsMike Frysinger2021-10-261-0/+3
* ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger2021-05-101-131/+151
* ssh: move all ssh logic to a common placeMike Frysinger2021-05-061-0/+257