Skip to content

Commit

Permalink
Mark forwarding as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipinakis committed Apr 5, 2023
1 parent 7f68ffb commit eeb4414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/reference/upcoming/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This table contains the list of currently supported SSH features in ContainerSSH
| Window dimension change | :material-check-bold: | [RFC 4254 section 6.7](https://tools.ietf.org/html/rfc4254#section-6.7) |
| Return exit statuses | :material-check-bold: | [RFC 4254 section 6.10](https://tools.ietf.org/html/rfc4254#section-6.10) |
| Return exit signals | :material-check-bold: | [RFC 4254 section 6.10](https://tools.ietf.org/html/rfc4254#section-6.10) |
| TCP/IP port forwarding | :material-close: | [RFC 4254 section 7](https://tools.ietf.org/html/rfc4254#page-16) |
| X11 forwarding | :material-close: | [RFC 4254 section 6.2](https://tools.ietf.org/html/rfc4254#page-11) |
| TCP/IP port forwarding | :material-check-bold: | [RFC 4254 section 7](https://tools.ietf.org/html/rfc4254#page-16) |
| X11 forwarding | :material-check-bold: | [RFC 4254 section 6.2](https://tools.ietf.org/html/rfc4254#page-11) |
| SSH agent forwarding (OpenSSH extension: `[email protected]`) | :material-close: | [draft-ietf-secsh-agent-02](https://tools.ietf.org/html/draft-ietf-secsh-agent-02) |
| Keepalive (OpenSSH extension: `[email protected]`) | :material-check-bold: | |
| No more sessions (OpenSSH extension: `[email protected]`) | :material-close: | |
10 changes: 5 additions & 5 deletions docs/reference/upcoming/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ security:
deny:
- <disable-this-subsystem>
forwarding:
reverseForwardingMode: enable
forwardingMode: enable
socketForwardingMode: enable
socketListenMode: enable
x11ForwardingMode: enable
reverseForwardingMode: enable|disable
forwardingMode: enable|disable
socketForwardingMode: enable|disable
socketListenMode: enable|disable
x11ForwardingMode: enable|disable
tty:
mode: enable|disable
signal:
Expand Down

0 comments on commit eeb4414

Please sign in to comment.