docs: add ssh howto

Covers keys, agent, config file, tunnels (local/remote/dynamic),
file transfer (scp/rsync/sftp), escape sequences, and hardening.
This commit is contained in:
user
2026-02-21 20:44:14 +01:00
parent 0ee2a0bffc
commit 953883c43a
2 changed files with 316 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
- [x] jq — filters, select, map, slurp, recipes, @format
- [x] curl — methods, headers, auth, upload, download, cookies, -w format
- [ ] systemd — units, journalctl, timers
- [ ] ssh — config, tunnels, keys, agent
- [x] ssh — config, tunnels, keys, agent, file transfer, hardening
- [ ] bash — parameter expansion, arrays, traps
- [ ] make — targets, variables, patterns
- [ ] vim — motions, registers, macros