| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-03 | Add auth-key fast reconnect integration coverage | Paul Buetow | |
| 2026-03-03 | feat(ssh-client): collect auth methods in fallback order | Paul Buetow | |
| 2026-02-03 | Add SSH agent key selection and fix MapReduce outfile handling | Paul Buetow | |
| This commit adds two major features and fixes: 1. SSH Agent Key Selection: - Add --agentKeyIndex flag to select specific SSH agent key (0-based) - Solves "too many authentication failures" with multiple SSH keys - Default -1 uses all keys (backwards compatible) - Available in dtail, dcat, dgrep, dmap commands 2. MapReduce Outfile Fixes: - CSV files now written at every interval, not just on exit - Proper signal handling (SIGTERM/SIGINT) with graceful shutdown - 5-second grace period for cleanup before force exit - Fixes issue where outfile remained as .tmp during execution Usage: dtail --servers host --agentKeyIndex 0 --query '...' outfile results.csv This is particularly useful with YubiKey/hardware tokens where many keys are loaded in the SSH agent, and for monitoring MapReduce results in real-time as they're computed. Co-authored-by: Cursor <cursoragent@cursor.com> | |||
| 2021-12-04 | Fix code smell - as reported by SonarQube | Paul Buetow | |
| 2021-10-29 | merge | Paul Buetow | |
| 2021-10-29 | Dont use relaxed SSH Auth mode anymore for integration tests | Paul Buetow | |
| 2021-10-27 | integration tests use separate ssh private key file | Paul Buetow | |
| 2021-10-24 | Fix DCat color test. | Paul Buetow | |
| 2021-10-21 | merge develop | Paul Buetow | |
| 2021-10-21 | backport ECDSA key support form master | Paul Buetow | |
| 2021-10-19 | Can configure DTail client not to mess with ~/.ssh/known_hosts via env var - ↵ | Paul Buetow | |
| this is useful for running unit and integration tests in jenkins | |||
| 2021-10-10 | vetting and linting and some code restyling | Paul Buetow | |
| 2021-10-02 | move args to config package | Paul Buetow | |
| logger package rewrite as dlog | |||
| 2021-03-16 | Support ECDSA SSH key | Philip Foulkes | |
| 2020-05-20 | can specify a private ssh key via command line, no password support yet though | Paul Buetow | |
| 2020-05-13 | refactor | Paul Buetow | |
| 2020-02-11 | more on scheduled jobs and ssh callbacks | Paul Bütow | |
| 2020-02-10 | initial scheduled jobs | Paul Bütow | |
| 2020-02-07 | Introduce drun command, refactor code to use context package | Paul Bütow | |
| 2020-01-21 | Move commands to cmd/ and move internal dependencies to internal/ | Paul Bütow | |
