diff --git a/content/rke/latest/en/os/_index.md b/content/rke/latest/en/os/_index.md index 6007f2802d..015985f2c6 100644 --- a/content/rke/latest/en/os/_index.md +++ b/content/rke/latest/en/os/_index.md @@ -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 +``` + +