sspark
2022-09-15 dc89fcfdf012cf33b87f66d5c77a953da9409562
fix sshd reconnect issue
1 files modified
17 ■■■■■ changed files
README.md 17 ●●●●● patch | view | raw | blame | history
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 ###