Commit b2f41d82 by César Galvis

fix: solved issues with bash scripts

parent cd26d17d
......@@ -5,8 +5,8 @@
# Add SSH server domain or IP
PROXY_SERVER=windows-vpn
PROXY_PORT=3128
SSH_SERVER=192.168.11.106
SSH_USER=pembd
SSH_SERVER=domain.com
SSH_USER=user
SSH_PORT=22
# Make a "ssh-data.txt" file wit the plain text password in the first line
SSH_DATA=ssh-data.txt
......
......@@ -5,11 +5,11 @@
# Add SSH server domain or IP
PROXY_SERVER=windows-vpn
PROXY_PORT=3128
SSH_SERVER=192.168.11.106
SSH_USER=pembd
SSH_SERVER=domain.com
SSH_USER=user
SSH_PORT=22
SSH_TUNNEL_LOCAL_PORT=5533
SSH_TUNNEL_REMOTE_PORT=5533
SSH_TUNNEL_LOCAL_PORT=80
SSH_TUNNEL_REMOTE_PORT=80
# Make a "ssh-data.txt" file wit the plain text password in the first line
SSH_DATA=ssh-data.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment