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
05b20e15
Commit
05b20e15
authored
Apr 28, 2025
by
César Galvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: updated bash scripts with proxy ip
parent
adb134cb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ssh-connection-plain-text.sh
src/scripts/bash/ssh-connection-plain-text.sh
+1
-1
ssh-connection-private-key.sh
src/scripts/bash/ssh-connection-private-key.sh
+1
-1
ssh-tunnel-plain-text.sh
src/scripts/bash/ssh-tunnel-plain-text.sh
+1
-1
ssh-tunnel-private-key.sh
src/scripts/bash/ssh-tunnel-private-key.sh
+1
-1
No files found.
src/scripts/bash/ssh-connection-plain-text.sh
View file @
05b20e15
...
...
@@ -3,7 +3,7 @@
# Connect to SSH server using HTTP proxy
# Proxy server data
PROXY_SERVER
=
windows-vpn
PROXY_SERVER
=
192.168.56.10
PROXY_PORT
=
3128
# SSH server data
SSH_SERVER
=
domain.com
...
...
src/scripts/bash/ssh-connection-private-key.sh
View file @
05b20e15
...
...
@@ -3,7 +3,7 @@
# Connect to SSH server using HTTP proxy
# Proxy server data
PROXY_SERVER
=
windows-vpn
PROXY_SERVER
=
192.168.56.10
PROXY_PORT
=
3128
# SSH server data
SSH_SERVER
=
domain.com
...
...
src/scripts/bash/ssh-tunnel-plain-text.sh
View file @
05b20e15
...
...
@@ -3,7 +3,7 @@
# Generate SSH tunnel using HTTP proxy
# Proxy server data
PROXY_SERVER
=
windows-vpn
PROXY_SERVER
=
192.168.56.10
PROXY_PORT
=
3128
# SSH server data
SSH_SERVER
=
domain.com
...
...
src/scripts/bash/ssh-tunnel-private-key.sh
View file @
05b20e15
...
...
@@ -3,7 +3,7 @@
# Generate SSH tunnel using HTTP proxy
# Proxy server data
PROXY_SERVER
=
windows-vpn
PROXY_SERVER
=
192.168.56.10
PROXY_PORT
=
3128
# SSH server data
SSH_SERVER
=
domain.com
...
...
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