Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Config file for reverse tunneling
- #
- # 9001 : 9000 portainer
- # 8124 : 8123 hass
- # 2022 : 22 ssh
- #
- Host tunneling
- HostName googlecloud_ipaddress
- User pi
- Port 20000
- GatewayPorts yes
- IdentityFile /home/pi/.ssh/id_rsa
- Compression yes
- ServerAliveInterval 300
- ServerAliveCountMax 3
- RemoteForward 0.0.0.0:9001 localhost:9000
- RemoteForward 0.0.0.0:8124 localhost:8123
- RemoteForward 0.0.0.0:2022 localhost:22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement