Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/rke/latest/en/os/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,12 @@ Your SSH server system-wide configuration file, located at `/etc/ssh/sshd_config
```
AllowTcpForwarding yes
```

In some cases (e.g. RHEL 8), you also need to set below parameters

```
AllowStreamLocalForwarding yes
DisableForwarding no
```