webssh2/config.json
billchurch 7f55613de8 Refactoring, Session maintenance
- 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
2017-05-19 19:49:59 -04:00

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
}
}