Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added admin features #64

Merged
merged 11 commits into from
Dec 26, 2019
Prev Previous commit
Next Next commit
Updated readme to include new feature flags
  • Loading branch information
antoniomika committed Dec 23, 2019
commit 6d5c42813a784dfedbda4567c0e4e8ed49a77149
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ sh-3.2# ./sish -h
Usage of ./sish:
-sish.addr string
The address to listen for SSH connections (default "localhost:2222")
-sish.adminenabled
Whether or not to enable the admin console
-sish.admintoken string
The token to use for admin access (default "S3Cr3tP4$$W0rD")
-sish.appendusertosubdomain
Whether or not to append the user to the subdomain
-sish.auth
Whether or not to require auth on the SSH service
-sish.bannedcountries string
Expand Down Expand Up @@ -154,6 +160,10 @@ Usage of ./sish:
Whether or not to redirect the root domain (default true)
-sish.redirectrootlocation string
Where to redirect the root domain to (default "https://github.com/antoniomika/sish")
-sish.serviceconsoleenabled
Whether or not to enable the admin console for each service and send the info to users
-sish.serviceconsoletoken string
The token to use for service access. Auto generated if empty.
-sish.subdomainlen int
The length of the random subdomain to generate (default 3)
-sish.tcpalias
Expand Down