webssh2/config.json
2017-02-01 16:55:34 -05:00

21 lines
No EOL
284 B
JSON

{
"listen": {
"ip": "127.0.0.1",
"port": 2222
},
"user": {
"name": null,
"password": null
},
"ssh": {
"host": null,
"port": 22
},
"header": {
"text": "My Header",
"background": "green"
},
"options": {
"challengeButton": true
}
}