Files
howtos/TODO.md
user 953883c43a docs: add ssh howto
Covers keys, agent, config file, tunnels (local/remote/dynamic),
file transfer (scp/rsync/sftp), escape sequences, and hardening.
2026-02-21 20:44:14 +01:00

21 lines
708 B
Markdown

# TODO
## Topics to Write
- [ ] git — common workflows, rebase, stash, bisect
- [x] ansible — playbook patterns, inventory, vault, variables, roles
- [ ] podman — build, run, compose, volumes
- [x] jq — filters, select, map, slurp, recipes, @format
- [x] curl — methods, headers, auth, upload, download, cookies, -w format
- [ ] systemd — units, journalctl, timers
- [x] ssh — config, tunnels, keys, agent, file transfer, hardening
- [ ] bash — parameter expansion, arrays, traps
- [ ] make — targets, variables, patterns
- [ ] vim — motions, registers, macros
## Improvements
- [ ] Format linter script
- [ ] Auto-generate index from topics/
- [ ] Add last-reviewed date to template