From 92208b422370b406bc01a735543f9aa13926b250 Mon Sep 17 00:00:00 2001 From: Advaith Menon Date: Wed, 19 Nov 2025 12:02:32 -0500 Subject: [PATCH] Initialize repo * Add a README file --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..513f122 --- /dev/null +++ b/README @@ -0,0 +1,26 @@ +=============================================================================== + DISH PROJECT SCRIPTS +=============================================================================== + + +ABSTRACT + The purpose of the scripts in these repo are to interact with standard + operating system utilities to perform DISH-related actions. This helps + novice users to perform certain actions without needing to familiarize them + with the shell and associated concepts. + + +APPLICATIONS + Scripts in this project are currently used for the DISH SSH Proxy service + (formerly knows as the DCS SSH VPN). They cover the setup and execution of + the proxy via natively installed OpenSSH executables. + + +CONTRIBUTORS + Advaith Menon + Parakkat Arun Menon + + +CONTACT + Help with running the scripts: support [at] devinivas [dot] in + Project related questions: dish [at] devinivas [dot] in -- 2.47.3