{ "listen": { "ip": "0.0.0.0", "port": 2222 }, "http": { "origins": ["*.*"] }, "user": { "name": null, "password": null, "privateKey": null }, "session": { "secret": "secret", "name": "webssh2" }, "ssh": { "host": null, "port": 22, "localAddress": null, "localPort": null, "term": "xterm-color", "readyTimeout": 20000, "keepaliveInterval": 120000, "keepaliveCountMax": 10, "allowedSubnets": [], "alwaysSendKeyboardInteractivePrompts": false, "disableInteractiveAuth": false, "algorithms": { "cipher": [ "aes128-ctr", "aes192-ctr", "aes256-ctr", "aes128-gcm", "aes128-gcm@openssh.com", "aes256-gcm", "aes256-gcm@openssh.com", "aes256-cbc" ], "compress": [ "none", "zlib@openssh.com", "zlib" ], "hmac": [ "hmac-sha2-256", "hmac-sha2-512", "hmac-sha1" ], "kex": [ "ecdh-sha2-nistp256", "ecdh-sha2-nistp384", "ecdh-sha2-nistp521", "diffie-hellman-group-exchange-sha256", "diffie-hellman-group14-sha1" ], "serverHostKey": [ "ecdsa-sha2-nistp256", "ecdsa-sha2-nistp384", "ecdsa-sha2-nistp521", "ssh-rsa" ] } }, "header": { "text": null, "background": "green" }, "options": { "challengeButton": true, "autoLog": false, "allowReauth": true, "allowReconnect": true, "allowReplay": true } }