index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
ssh
/
server
Age
Commit message (
Expand
)
Author
2026-03-05
Improve lint/vet reliability and refactor client runtime/bootstrap
Paul Buetow
2026-03-03
feat(config): add auth-key CLI and server cache settings
Paul Buetow
2026-03-03
feat(server): add AUTHKEY command handling
Paul Buetow
2026-03-03
feat(ssh-server): check auth key cache in public key callback
Paul Buetow
2026-03-03
feat(ssh-server): add in-memory auth key store
Paul Buetow
2024-03-29
lint warnings
Paul Buetow
2021-11-06
Remove insecure and dangerous relaxed auth mode
Paul Buetow
2021-10-29
explicitly use dlog.Server for server packages and dlog.Clent for client pack...
Paul Buetow
2021-10-29
refactor integration test ssh_host_key configuration
Paul Buetow
2021-10-29
Dont use relaxed SSH Auth mode anymore for integration tests
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-02
refactor config reader - also looks in additional search paths for config fil...
Paul Buetow
2021-10-02
move args to config package
Paul Buetow
2020-09-04
add ssh relaxed auth mode
Paul Buetow
2020-05-13
add more ssh key debugging
Paul Buetow
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