Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
windows-vm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pem
windows-vm
Commits
b2f41d82
Commit
b2f41d82
authored
Apr 02, 2025
by
César Galvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: solved issues with bash scripts
parent
cd26d17d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ssh-connection-plain-text.sh
src/scripts/bash/ssh-connection-plain-text.sh
+2
-2
ssh-tunnel-plain-text.sh
src/scripts/bash/ssh-tunnel-plain-text.sh
+4
-4
No files found.
src/scripts/bash/ssh-connection-plain-text.sh
View file @
b2f41d82
...
...
@@ -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
...
...
src/scripts/bash/ssh-tunnel-plain-text.sh
View file @
b2f41d82
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment