webssh2/config.json
billchurch a9d7959228 moved terminal selection to config.json
Defaulting to xterm-color for better support across *nixs
2017-03-23 11:24:03 -04:00

22 lines
313 B
JSON

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