Commit 482980b
committed
docs: refresh SSH transport description for supervisor-initiated relay
Updates user-facing docs to match the connect/exec transport change:
- `docs/security/best-practices.mdx` — SSH tunnel section now describes
traffic riding the sandbox's mTLS session (transport auth) plus a
short-lived session token scoped to the sandbox (authorization), with
the sandbox's sshd bound to a local Unix socket rather than a TCP port.
Removes the stale mention of the NSSH1 HMAC handshake.
- `docs/observability/logging.mdx` — example OCSF shorthand lines for
SSH:LISTEN / SSH:OPEN updated to reflect the current emit shape (no
peer endpoint on the Unix-socket listener, no NSSH1 auth tag).1 parent bcea46b commit 482980b
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments