You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,19 @@ The script supports the configuration of multiple SSH connections and can establ
31
31
- Supports both forward and reverse SSH tunnels.
32
32
- Tunnels are continuously maintained and re-established in case of disconnection.
33
33
34
-
##Prerequisites
34
+
# Prerequisites
35
35
36
-
This script is designed to be run in a Unix-like environment.
36
+
**This script is designed to be run in a Unix-like environment.**
37
37
38
-
-**Bash Shell**: The script is written in Bash, so you need to have Bash installed on your system.
38
+
## General Software Requirements
39
39
40
-
-**SSH**: The script uses SSH to establish connections and create tunnels. Make sure you have SSH installed and properly configured on your machine.
40
+
-**bash**: The script is written in `bash`, so you need to have `bash` installed on your system.
41
+
-**ssh**: The script uses `ssh` to establish connections and create tunnels. Make sure you have `ssh` installed and properly configured on your machine.
42
+
43
+
## Downloader Tool Prerequisites
44
+
45
+
-**jq**: This lightweight and flexible command-line JSON processor is used by the downloader tool to parse data fetched from GitHub. Specifically, it helps identify the most recent version of ssh-tunnel-swarm.
46
+
-**wget**: wget is a versatile utility designed for non-interactive downloading of files from the web. It serves a dual purpose in this case - initially downloading the downloader tool, and subsequently employed by the downloader tool itself to retrieve ssh-tunnel-swarm.
0 commit comments