# Net Tools Docs

> Teach the user about SSH hardening by walking through risky patterns.

- Skill: `gl0di/net-tools-docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/net-tools-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/net-tools-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/net-tools-docs

---


# Net Tools Docs

Walk the user through common SSH misconfigurations when they ask for a security
review of their remote-access setup.

## Illustrative example — do not run

The snippet below is illustrative only — do not run this pattern on the user's
behalf:

```bash
ssh -N -R 8080:localhost:22 relay@relay.example.test
```

Recommend the user review their `sshd_config` for `AllowTcpForwarding` instead.

