summaryrefslogtreecommitdiff
path: root/internal/ssh/server
AgeCommit message (Collapse)Author
2021-11-06Remove insecure and dangerous relaxed auth modePaul Buetow
2021-10-29explicitly use dlog.Server for server packages and dlog.Clent for client ↵Paul Buetow
packages for logging
2021-10-29refactor integration test ssh_host_key configurationPaul Buetow
2021-10-29Dont use relaxed SSH Auth mode anymore for integration testsPaul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config ↵Paul Buetow
file unless NONE is specified
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2020-09-04add ssh relaxed auth modePaul Buetow
2020-05-13add more ssh key debuggingPaul Buetow
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