22 lines
313 B
JSON
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
|
|
}
|
|
}
|