From 665ebe32543a7b5acf125e7e7a1a8965437d1ac8 Mon Sep 17 00:00:00 2001 From: sspark <sspark@onioi.com> Date: Sat, 17 Sep 2022 01:52:52 +0000 Subject: [PATCH] fix ssh tunnel issue --- README.md | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index b8a913a..30a6c21 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ option -> SSH enable --> wifi country GB +-> wifi country KR -> locale Asia/Seoul ### get gw install script from git server ## @@ -55,6 +55,21 @@ ``` +### Change sshd_config ### + +``` +sudo vi /etc/ssh/sshd_config + +``` + +``` +AllowTcpForwarding yes +GatewayPorts yes +``` + +``` +sudo service ssh restart +``` ### Check server side RPi4 SSH tunnel port ### -- Gitblit v1.9.3