summaryrefslogtreecommitdiff
path: root/internal/ssh
AgeCommit message (Expand)Author
2026-03-08task: scope auth key dependencies to server instances (task 375)Paul Buetow
2026-03-08task: replace panic path in known hosts trust flow (task 373)Paul Buetow
2026-03-05more on thisPaul Buetow
2026-03-05Improve lint/vet reliability and refactor client runtime/bootstrapPaul Buetow
2026-03-03Stabilize integration-mode auth tests and concurrent dcat readsPaul Buetow
2026-03-03Add auth-key fast reconnect integration coveragePaul Buetow
2026-03-03feat(config): add auth-key CLI and server cache settingsPaul Buetow
2026-03-03feat(ssh-client): collect auth methods in fallback orderPaul Buetow
2026-03-03feat(server): add AUTHKEY command handlingPaul Buetow
2026-03-03feat(ssh-server): check auth key cache in public key callbackPaul Buetow
2026-03-03feat(ssh-server): add in-memory auth key storePaul Buetow
2026-02-15refactor: implement context-aware network dialingPaul Buetow
2026-02-03Add SSH agent key selection and fix MapReduce outfile handlingPaul Buetow
2026-01-29refactor: improve Go best practices compliancePaul Buetow
2024-03-29lint warningsPaul Buetow
2021-12-04Fix code smell - as reported by SonarQubePaul Buetow
2021-11-06Remove insecure and dangerous relaxed auth modePaul Buetow
2021-10-29explicitly use dlog.Server for server packages and dlog.Clent for client pack...Paul Buetow
2021-10-29refactor integration test ssh_host_key configurationPaul Buetow
2021-10-29mergePaul Buetow
2021-10-29Dont use relaxed SSH Auth mode anymore for integration testsPaul Buetow
2021-10-27integration tests use separate ssh private key filePaul Buetow
2021-10-24Fix DCat color test.Paul Buetow
2021-10-21merge developPaul Buetow
2021-10-21backport ECDSA key support form masterPaul Buetow
2021-10-19Can configure DTail client not to mess with ~/.ssh/known_hosts via env var - ...Paul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config fil...Paul Buetow
2021-10-02move args to config packagePaul Buetow
2021-08-22introduces the protocol packagePaul Buetow
2021-03-16Support ECDSA SSH keyPhilip Foulkes
2020-09-04add ssh relaxed auth modePaul Buetow
2020-05-20can specify a private ssh key via command line, no password support yet thoughPaul Buetow
2020-05-13add more ssh key debuggingPaul Buetow
2020-05-13refactorPaul Buetow
2020-02-11more on scheduled jobs and ssh callbacksPaul Bütow
2020-02-10initial scheduled jobsPaul Bütow
2020-02-08move prompt to io/Paul Bütow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow
2020-01-21Move commands to cmd/ and move internal dependencies to internal/Paul Bütow