sspark
2022-09-17 d1436b81a89103598c96d5abb9e8bff83272c606
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 ###
```