diff --git a/app/config.js b/app/config.js index 98a57f4..6d0f9fe 100644 --- a/app/config.js +++ b/app/config.js @@ -35,10 +35,6 @@ let config = { text: null, background: 'green' }, - session: { - name: 'WebSSH2', - secret: 'mysecret' - }, options: { challengeButton: true, allowreauth: true diff --git a/config.json.sample b/config.json.sample index efd85b9..650025d 100644 --- a/config.json.sample +++ b/config.json.sample @@ -28,10 +28,6 @@ "text": null, "background": "green" }, - "session": { - "name": "WebSSH2", - "secret": "mysecret" - }, "options": { "challengeButton": true, "allowreauth": false