Commit graph

  • ab208e3e37
    chore: linting newmain Bill Church 2024-12-17 12:30:21 +0000
  • dc85964e96
    chore: fix typo in package name Bill Church 2024-12-17 12:28:56 +0000
  • 25fd243316
    chore: github action to test Bill Church 2024-12-14 14:38:00 +0000
  • 8312ba6a11
    chore: linting Bill Church 2024-12-14 14:37:46 +0000
  • 17b5ae7552
    chore: sync project to current state of bigip-server commit:e3d6ec8 Bill Church 2024-12-14 14:31:26 +0000
  • a321eb2f94
    chore: update webssh2_client dependency to 0.2.28 Bill Church 2024-12-14 13:52:44 +0000
  • 8e84f32f5a
    chore: dev env linting... Bill Church 2024-12-14 13:49:41 +0000
  • c802350442
    feat: update tests to use node:test and node:assert/strict and eliminate jest #383 Bill Church 2024-12-14 13:48:53 +0000
  • db891ecb92
    chore: update config, routes, middleware, and other files to es style modules #383 Bill Church 2024-12-14 13:47:38 +0000
  • 56a6ce1d8d
    chore: update dependencies and migrate to ES modules #383 Bill Church 2024-12-14 00:44:39 +0000
  • 626e581921
    chore: dev env for #383 Bill Church 2024-12-13 20:41:19 +0000
  • 2ddf6c6ead
    feat: Update dev environment #383 Phase 1 Bill Church 2024-12-11 12:02:29 +0000
  • e3d6ec8a15
    chore(release): 0.2.24 v0.2.24 bigip-server Bill Church 2024-12-04 11:57:15 +0000
  • 0c5de9fb97
    fix: config.json.sample had disableInteractiveAuth set to true, changed to false Bill Church 2024-12-04 11:56:57 +0000
  • 049b8fb1f6
    chore(release): 0.2.23 v0.2.23 Bill Church 2024-12-04 11:40:39 +0000
  • 358d56e49a
    chore: dev env Bill Church 2024-12-04 11:37:30 +0000
  • 8c710e76f2
    chore: tests updated socket.test.js for new pattern Bill Church 2024-12-04 11:34:38 +0000
  • 6b1930da03
    chore: refactor SSHConnection as a dependency injection into socket Bill Church 2024-12-04 00:27:37 +0000
  • a6e74bf29a
    chore: dev docs Bill Church 2024-12-03 20:14:56 +0000
  • 796145186b
    feat: passphrase encrypted private key authentication #382 Bill Church 2024-12-03 20:09:13 +0000
  • 056e87b40d
    feat: allow passphrase encrypted ssh keys from client #381 Bill Church 2024-12-03 18:50:24 +0000
  • b4b74297ea
    feat: webssh2_client to 0.2.28 Bill Church 2024-12-03 18:48:09 +0000
  • 5a77fc2082
    chore: renamed keyPassword to passphrase for consistency with ssh2 module Bill Church 2024-12-02 21:21:04 +0000
  • 829b5cdd75
    feat: accept private key from client #381 Bill Church 2024-12-02 21:13:24 +0000
  • b511ce5eae
    feat: update webssh2_client to 0.2.27 Bill Church 2024-12-02 21:12:02 +0000
  • a176167505
    fix: config change privatekey to privateKey for consistency with ssh2 module Bill Church 2024-12-02 21:07:12 +0000
  • 3315df1b0b
    feat: update jsmasker to v1.4.0 Bill Church 2024-12-02 16:05:54 +0000
  • 2f4083ff4f
    feat: support uploading of ssh-rsa private key from client for authentication #381 Bill Church 2024-12-02 02:19:16 +0000
  • c48fadba08
    chore: update documentation Bill Church 2024-11-30 11:47:20 +0000
  • 4baff571de
    chore: update changelog Bill Church 2024-11-30 03:10:09 +0000
  • 1477a2b9d0
    chore(release): 0.2.22 Bill Church 2024-11-30 03:09:29 +0000
  • a1b2e56760
    feat: update webssh_client to 0.2.26 Bill Church 2024-11-30 03:08:30 +0000
  • 8acc405232
    docs: instructions for how to set up a server+client development environment #370 Bill Church 2024-11-30 02:24:01 +0000
  • 6ec049059b
    feat: Allow setting environment variables from the URL #371 Bill Church 2024-11-30 01:58:06 +0000
  • e77b7ac506
    chore: update readme Bill Church 2024-11-30 01:31:52 +0000
  • bc2d018764
    fix: fixes document: config file moved from /usr/src to /usr/src/app #372 Bill Church 2024-11-30 01:05:47 +0000
  • 43d041a8ad
    chore: update docs Bill Church 2024-11-30 00:41:01 +0000
  • 13baf95d1e
    chore(release): 0.2.21 Bill Church 2024-11-30 00:39:43 +0000
  • a51b457014
    chore: update readme for private key authentication supporting feat: ssh-rsa key authentication #379 Bill Church 2024-11-30 00:36:38 +0000
  • c7dfad08bc
    feat: add ssh.disableInteractiveAuth feature in support of #379 Bill Church 2024-11-29 22:46:03 +0000
  • 8fa1631196
    chore: finish up feat #379 Bill Church 2024-11-29 22:28:56 +0000
  • 44ba13cf67
    chore: update jsmakser to 1.3.0 to mask privatekey by default. Bill Church 2024-11-29 17:06:41 +0000
  • 1d813f6e6c
    chore: refactor maxauthattempts to const Bill Church 2024-11-29 16:31:58 +0000
  • 402b678b37
    feat: implement ssh private key auth #379 Bill Church 2024-11-29 14:04:42 +0000
  • 03d286a56a
    chore: linting Bill Church 2024-11-29 10:49:55 +0000
  • 9f4419e21a
    chore: linting Bill Church 2024-11-29 10:39:15 +0000
  • e13006441a
    chore: refactor basicAuth into middleware.js Bill Church 2024-11-29 10:38:08 +0000
  • 536c88a638
    chore: linting Bill Church 2024-11-27 15:43:06 +0000
  • 2932d049af
    chore: sync up config defaults to be compatible with node 6.9.1 Bill Church 2024-11-27 14:40:42 +0000
  • 3aeedb2ec8
    chore: docs Bill Church 2024-11-21 16:35:38 +0000
  • 8c55c834ee
    fix: bug: support /ssh/host without a hostname #373 Bill Church 2024-11-21 16:35:31 +0000
  • 4185df77f6
    fix: username/password in config file no longer honored #374 Bill Church 2024-11-21 16:24:57 +0000
  • eb8f6203bb
    chore: linting Bill Church 2024-11-21 16:20:32 +0000
  • 54a7ef1af7
    chore: fix test Bill Church 2024-11-21 16:12:36 +0000
  • 52a989bbb2
    fix: config move algorithims to ssh property Bill Church 2024-11-21 15:30:58 +0000
  • 317a7a5cf7 Connect banner and click to reconnect Wildan M 2024-10-31 02:35:06 +0700
  • eb1d772c27 Add reload restart Wildan M 2024-10-27 03:13:59 +0700
  • 9f369fde23 Use more secure map key Wildan M 2024-10-27 02:59:16 +0700
  • 89d9429648 Resume session upon disconnect Wildan M 2024-10-27 02:33:18 +0700
  • d9a7e8b081 Merge remote-tracking branch 'origin' into patch-resize Wildan M 2024-10-26 21:42:29 +0700
  • 510b91c85a
    feat: update node packages for node v18+ node-20 Bill Church 2024-10-14 20:27:26 +0000
  • 6ff58c55f5
    chore: update debug messages Bill Church 2024-10-14 19:33:50 +0000
  • 8d515f6a77
    chore: update debug for watch Bill Church 2024-10-14 19:33:29 +0000
  • c37afa748f cp dines Alexander Dines 2024-09-11 13:28:46 +0200
  • e8dfacb971
    Merge 8ba0118acf into 9c0ba04b31 Karoly Czovek 2024-09-10 21:36:15 +0200
  • e03cbbd6b2
    Merge 59a1ed9107 into 9c0ba04b31 Akshay 2024-09-06 12:05:27 -0400
  • 110b8c2d82
    Merge 0172c9218c into 9c0ba04b31 Fhwang 2024-09-05 04:27:36 +0200
  • daf7168aaf cp dines Alexander Dines 2024-09-04 17:16:37 -0700
  • 40f552bc89 cp dines Alexander Dines 2024-09-04 17:16:30 -0700
  • 6ec078092a cp dines Alexander Dines 2024-09-04 16:17:09 -0700
  • eb97f60be5 cp dines Alexander Dines 2024-09-04 16:14:36 -0700
  • 57997473d6 cp dines Alexander Dines 2024-09-04 16:08:30 -0700
  • 17d9c480cf cp dines Alexander Dines 2024-09-04 16:04:28 -0700
  • 0904cbcfbb cp dines Alexander Dines 2024-09-04 15:34:59 -0700
  • 5d25216bf3 cp dines Alexander Dines 2024-09-04 15:33:02 -0700
  • e4a152b5b3 cp dines Alexander Dines 2024-09-04 15:29:26 -0700
  • f9f44b7ab5 cp dines Alexander Dines 2024-09-04 15:26:23 -0700
  • bb1430caf3 cp dines Alexander Dines 2024-09-04 15:23:30 -0700
  • 52d1aab9fe cp dines Alexander Dines 2024-09-04 15:21:06 -0700
  • 82eadf92f5 cp dines Alexander Dines 2024-09-04 15:18:42 -0700
  • 576af8aad0 cp dines Alexander Dines 2024-09-04 15:12:07 -0700
  • 4c60362e85 cp dines Alexander Dines 2024-09-04 15:01:00 -0700
  • 5d62a0bc1d cp dines Alexander Dines 2024-09-04 14:57:10 -0700
  • b332d35bb1 cp dines Alexander Dines 2024-09-04 12:04:46 -0700
  • 507f7a710f cp dines Alexander Dines 2024-09-04 10:56:27 -0700
  • b9494d656b cp dines Alexander Dines 2024-09-04 10:54:08 -0700
  • 3feb1cf0c7 cp dines Alexander Dines 2024-09-04 10:54:05 -0700
  • ec053f421d cp dines Alexander Dines 2024-09-04 10:53:02 -0700
  • 9df8e1097e cp dines Alexander Dines 2024-09-04 10:29:03 -0700
  • a02ca0a769
    Merge b12eb7f1f0 into 9c0ba04b31 elongstreet88 2024-08-27 09:40:07 +0400
  • 9c0ba04b31
    Update action-test.yml main Bill Church 2024-08-26 07:58:02 -0400
  • e499287079
    Update action-test.yml Bill Church 2024-08-26 07:57:04 -0400
  • f336cc0df6
    chore: update dev docs Bill Church 2024-08-23 11:28:19 +0000
  • f8be9e1704
    chore: images Bill Church 2024-08-23 01:37:32 +0000
  • 27d9bfb97e
    fix: pass full ssh error to browser Bill Church 2024-08-23 01:19:19 +0000
  • 3133ad8e97
    chore: update readme Bill Church 2024-08-23 01:19:00 +0000
  • f24693b672
    chore: update test server Bill Church 2024-08-23 00:55:28 +0000
  • 34afe70dd5
    chore(release): 0.2.20 v0.2.20 Bill Church 2024-08-22 18:13:37 +0000
  • 0d1aaef4fb
    chore: dev env Bill Church 2024-08-22 18:13:24 +0000
  • 63a7ab8061
    chore(release): 0.2.19 v0.2.19 Bill Church 2024-08-22 18:06:55 +0000