From 49758e42fc817d0f2589d43430d874bd7e850f49 Mon Sep 17 00:00:00 2001 From: rahendatri <35364870+rahendatri@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:07:08 +0200 Subject: [PATCH 1/2] Update _index.md add other sshd_config params --- content/rke/latest/en/os/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/rke/latest/en/os/_index.md b/content/rke/latest/en/os/_index.md index 6007f2802d..875bb05a8a 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 +``` + + From ab14a6c5f836fb20ac6115e7a59cffc65e8148be Mon Sep 17 00:00:00 2001 From: rahendatri <35364870+rahendatri@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:25:58 +0200 Subject: [PATCH 2/2] Update content/rke/latest/en/os/_index.md Co-authored-by: Jen Travinski --- content/rke/latest/en/os/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/os/_index.md b/content/rke/latest/en/os/_index.md index 875bb05a8a..015985f2c6 100644 --- a/content/rke/latest/en/os/_index.md +++ b/content/rke/latest/en/os/_index.md @@ -330,7 +330,7 @@ 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 +In some cases (e.g., RHEL 8), you also need to set below parameters: ``` AllowStreamLocalForwarding yes