Commit graph

135 commits

Author SHA1 Message Date
Bill Church
a321eb2f94
chore: update webssh2_client dependency to 0.2.28 2024-12-14 13:52:44 +00:00
Bill Church
c802350442
feat: update tests to use node:test and node:assert/strict and eliminate jest #383 2024-12-14 13:48:53 +00:00
Bill Church
56a6ce1d8d
chore: update dependencies and migrate to ES modules #383 2024-12-14 00:44:39 +00:00
Bill Church
626e581921
chore: dev env for #383 2024-12-13 20:41:19 +00:00
Bill Church
2ddf6c6ead
feat: Update dev environment #383 Phase 1 2024-12-11 12:02:29 +00:00
Bill Church
b511ce5eae
feat: update webssh2_client to 0.2.27 2024-12-02 21:12:02 +00:00
Bill Church
3315df1b0b
feat: update jsmasker to v1.4.0 2024-12-02 16:05:54 +00:00
Bill Church
1477a2b9d0
chore(release): 0.2.22 2024-11-30 03:09:29 +00:00
Bill Church
a1b2e56760
feat: update webssh_client to 0.2.26 2024-11-30 03:08:30 +00:00
Bill Church
13baf95d1e
chore(release): 0.2.21 2024-11-30 00:39:43 +00:00
Bill Church
8fa1631196
chore: finish up feat #379 2024-11-29 22:28:56 +00:00
Bill Church
44ba13cf67
chore: update jsmakser to 1.3.0 to mask privatekey by default. 2024-11-29 17:06:41 +00:00
Bill Church
8d515f6a77
chore: update debug for watch 2024-10-14 19:33:29 +00:00
Bill Church
34afe70dd5
chore(release): 0.2.20 2024-08-22 18:13:37 +00:00
Bill Church
0d1aaef4fb
chore: dev env 2024-08-22 18:13:24 +00:00
Bill Church
63a7ab8061
chore(release): 0.2.19 2024-08-22 18:06:55 +00:00
Bill Church
fdb846bd7d
chore(release): 0.2.18 2024-08-22 17:54:05 +00:00
Bill Church
0f3c7ab230
feat: ssh keyboard-interactive authentication support 2024-08-22 17:27:48 +00:00
Bill Church
06063a8009
chore: update jsmasker@1.2.0 2024-08-22 14:57:47 +00:00
Bill Church
66e0eeccde
chore(release): 0.2.17 2024-08-22 02:33:53 +00:00
Bill Church
ca0c33004f
chore: dev env 2024-08-22 02:33:42 +00:00
Bill Church
83fb54d98f
chore: dev env 2024-08-22 02:32:49 +00:00
Bill Church
c19dbf019d
chore: update package.json 2024-08-22 02:11:24 +00:00
Bill Church
1a5ebc649d
chore: create initial tests 2024-08-22 01:11:45 +00:00
Bill Church
dbcfc30cd0
chore: update dev 2024-08-21 11:01:54 +00:00
Bill Church
e06fabc2a7
feat: update webssh2_client@0.2.23 2024-08-20 19:56:21 +00:00
Bill Church
46338e4f2c
chore: introduce jsmasker to mask sensitive debug logging data. 2024-08-20 19:42:06 +00:00
Bill Church
3e45c98c62
feat: Switch User or reauth feature for Basic Auth sessions
feat: update webssh2 to 0.2.22
2024-08-19 19:00:45 +00:00
Bill Church
252e4f16d6
chore: dev env cleanup package.json 2024-08-19 11:38:07 +00:00
Bill Church
9cfccb109a
feat: update webssh2_client 0.2.21 2024-08-19 11:01:03 +00:00
Bill Church
9b94627cbd
feat: update webssh2_client 0.2.20 2024-08-18 13:03:19 +00:00
Bill Church
5c8c1a2333
chore: dev env add validator package 2024-08-17 10:48:53 +00:00
Bill Church
418af1bcfa
feat: update webssh2_client to 0.2.19 2024-08-16 23:03:26 +00:00
Bill Church
e3f97ad6b6
chore: dev env 2024-08-16 22:47:58 +00:00
Bill Church
fc102380cb
chore: update webssh_client 0.2.18 2024-08-15 18:40:23 +00:00
Bill Church
40715023b2
chore: dev env 2024-08-13 12:25:53 +00:00
Bill Church
617ce151c0
chore: refactor logging to debug 2024-08-13 10:42:34 +00:00
Bill Church
20c3915832
chore: Update webssh2_server dependency to version 0.2.16 2024-07-19 23:19:28 +00:00
Bill Church
bb0b6cca58
chore: Update webssh2_client dependency to version 0.2.16 2024-07-19 23:16:31 +00:00
Bill Church
f9e6fd8351
chore: version bump 2024-07-19 20:03:48 +00:00
Bill Church
a1f4c7b985
chore: Update webssh2_client dependency to use the 'main' branch 2024-07-19 10:47:13 +00:00
Bill Church
afe462b180
feat: Add session-based authentication for SSH connections using HTTP Basic auth and express.js 2024-07-18 17:13:23 +00:00
Bill Church
fe7248e056
feat: Update connectionHandler.js and routes.js to propmpt for basic credentials when accessing /ssh/host/<address> and pre-populate credentials and host info AND auto-connect to server. 2024-07-18 15:59:08 +00:00
Bill Church
8fcf4b7b75
fix: Serve the static files from the webssh2_client module with a custom prefix '/ssh/assets' instead of just '/ssh'. 2024-07-18 15:05:04 +00:00
Bill Church
32af90bc3f
chore: Update npm dependencies and refactor server startup code, add express.js, host webssh2 client through webssh2-client module. 2024-07-18 13:45:37 +00:00
Bill Church
1ecf19c5df
chore: Add ajv dependency and refactor server startup code 2024-07-16 14:21:20 +00:00
Bill Church
50f1769fd5
chore: minor refactoring 2024-07-11 21:14:35 +00:00
Bill Church
bf50fca786
chore: client / server bifurcation mostly complete 2024-07-11 21:07:29 +00:00
Bill Church
b6e5089ee6
chore: stage one complete 2024-07-11 20:45:04 +00:00
Bill Church
3ecda672ba
chore: initial bifurcation of client and server code 2024-07-11 11:23:23 +00:00
Renamed from app/package.json (Browse further)