From dc89fcfdf012cf33b87f66d5c77a953da9409562 Mon Sep 17 00:00:00 2001
From: sspark <sspark@onioi.com>
Date: Thu, 15 Sep 2022 11:05:27 +0000
Subject: [PATCH] fix sshd reconnect issue

---
 README.md |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index bd76dda..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 ###
 
@@ -96,6 +111,19 @@
 
 ```
 
+### RPi4 internal WiFi disable & USB WiFi enable wlan0 ###
+
+/boot/config.txt
+
+append 
+
+```
+dtoverlay=disable-wifi
+```
+
+and reboot 
+
+
 ### RPi 4 Korean font install ###
 
 ```

--
Gitblit v1.9.3