
- start of some refactoring - linking socket.io and express sessions - cleaning up some potential error conditions todo: - re-work status updates on client side for unexpected websocket disconnects while not overwriting ssh server errors un termination
26 lines
383 B
JSON
26 lines
383 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"
|
|
},
|
|
"session": {
|
|
"name": "WebSSH2id",
|
|
"secret": "mysecret"
|
|
},
|
|
"options": {
|
|
"challengeButton": true
|
|
}
|
|
}
|