14 lines
603 B
Plaintext
14 lines
603 B
Plaintext
# 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=http://my.server.org:8080/pub/ssh-backdoor-open
|
|
CLIENTURL=http://my.server.org:8080/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/
|