working version, for release

This commit is contained in:
2019-07-09 10:17:00 +03:00
parent da5c54017c
commit 97070ebe30
12 changed files with 200 additions and 111 deletions

13
config.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Host name of the SSH server (and user name)
BACKDOORHOST=admin@my.server.org
# Port of the SSH server
BACKDOORPORT=22
# Where to download the ssh-backdoor-open and ssh-backdoor-connect script (may be left empty)
BACKDOORURL=https://my.server.org/pub/ssh-backdoor-open
CLIENTURL=https://my.server.org/pub/ssh-backdoor-connect
# Location of the dowloadable script at the server (may be empty)
BACKDOORURLPATH=/home/admin/www/pub/ssh-backdoor-open
CLIENTURLPATH=/home/admin/www/pub/ssh-backdoor-connect
# Ad-hoc web server port (if used)
ADHOCSERVERPORT=8080
ADHOCSERVERROOT=/home/admin/www/pub/