Commit graph

106 commits

Author SHA1 Message Date
Bill Church
6b1930da03
chore: refactor SSHConnection as a dependency injection into socket 2024-12-04 00:27:37 +00:00
Bill Church
796145186b
feat: passphrase encrypted private key authentication #382 2024-12-03 20:09:13 +00:00
Bill Church
056e87b40d
feat: allow passphrase encrypted ssh keys from client #381 2024-12-03 18:50:24 +00:00
Bill Church
5a77fc2082
chore: renamed keyPassword to passphrase for consistency with ssh2 module 2024-12-02 21:21:04 +00:00
Bill Church
829b5cdd75
feat: accept private key from client #381 2024-12-02 21:13:24 +00:00
Bill Church
2f4083ff4f
feat: support uploading of ssh-rsa private key from client for authentication #381 2024-12-02 02:19:16 +00:00
Bill Church
6ec049059b
feat: Allow setting environment variables from the URL #371 2024-11-30 01:58:06 +00:00
Bill Church
c7dfad08bc
feat: add ssh.disableInteractiveAuth feature in support of #379 2024-11-29 22:46:03 +00:00
Bill Church
8fa1631196
chore: finish up feat #379 2024-11-29 22:28:56 +00:00
Bill Church
1d813f6e6c
chore: refactor maxauthattempts to const 2024-11-29 16:31:58 +00:00
Bill Church
402b678b37
feat: implement ssh private key auth #379 2024-11-29 14:04:42 +00:00
Bill Church
03d286a56a
chore: linting 2024-11-29 10:49:55 +00:00
Bill Church
9f4419e21a
chore: linting 2024-11-29 10:39:15 +00:00
Bill Church
e13006441a
chore: refactor basicAuth into middleware.js 2024-11-29 10:38:08 +00:00
Bill Church
536c88a638
chore: linting 2024-11-27 15:43:06 +00:00
Bill Church
2932d049af
chore: sync up config defaults to be compatible with node 6.9.1 2024-11-27 14:40:42 +00:00
Bill Church
3aeedb2ec8
chore: docs 2024-11-21 16:35:38 +00:00
Bill Church
8c55c834ee
fix: bug: support /ssh/host without a hostname #373 2024-11-21 16:35:31 +00:00
Bill Church
4185df77f6
fix: username/password in config file no longer honored #374 2024-11-21 16:24:57 +00:00
Bill Church
eb8f6203bb
chore: linting 2024-11-21 16:20:32 +00:00
Bill Church
52a989bbb2
fix: config move algorithims to ssh property 2024-11-21 15:30:58 +00:00
Bill Church
6ff58c55f5
chore: update debug messages 2024-10-14 19:33:50 +00:00
Bill Church
27d9bfb97e
fix: pass full ssh error to browser 2024-08-23 01:19:19 +00:00
Bill Church
0d1aaef4fb
chore: dev env 2024-08-22 18:13:24 +00:00
Bill Church
0f3c7ab230
feat: ssh keyboard-interactive authentication support 2024-08-22 17:27:48 +00:00
Bill Church
1c4bfc2680
chore: code linting 2024-08-22 16:07:47 +00:00
Bill Church
d96b299e7d
chore: update maskSensitiveData function for new module 2024-08-22 16:07:33 +00:00
Bill Church
83fb54d98f
chore: dev env 2024-08-22 02:32:49 +00:00
Bill Church
1a5ebc649d
chore: create initial tests 2024-08-22 01:11:45 +00:00
Bill Church
0899cb0efa
chore: template keyboard-interactive 2024-08-21 20:51:33 +00:00
Bill Church
2bd225e12e
chore: refactoring 2024-08-21 20:00:34 +00:00
Bill Church
01ddac958e
chore: minor refactoring 2024-08-21 19:44:47 +00:00
Bill Church
6f694a96a7
chore: linting 2024-08-21 19:31:56 +00:00
Bill Church
2c3a89b5dc
chore: refactor jsmasker calls
chore: implement constants
2024-08-21 19:16:40 +00:00
Bill Church
17bc82db85
feat: get HTTP session secret from WEBSSH_SESSION_SECRET env if available. 2024-08-21 17:44:15 +00:00
Bill Church
cd56b3c51f
chore: implement constants 2024-08-21 17:43:24 +00:00
Bill Church
4196ef3554
chore: implement constants 2024-08-21 17:42:45 +00:00
Bill Church
5a65b6e91d
chore: implement constants 2024-08-21 17:42:22 +00:00
Bill Church
66ce643dd9
chore: refactor debugging, logging and error handling. 2024-08-21 15:08:31 +00:00
Bill Church
76b2f787fd
chore: refactor socket.js 2024-08-21 12:56:13 +00:00
Bill Church
d387cb796d
chore: linting 2024-08-21 12:25:32 +00:00
Bill Church
da21c89f20
chore: linting 2024-08-21 11:04:28 +00:00
Bill Church
46338e4f2c
chore: introduce jsmasker to mask sensitive debug logging data. 2024-08-20 19:42:06 +00:00
Bill Church
a530f59704
feat: Switch User or reauth feature for Basic Auth sessions 2024-08-19 18:51:07 +00:00
Bill Church
60d2528437
refactor: remove unused terminal configuration options
refactor: remove unused serverlog configuration options
refactor: remove unused accesslog configuration options
refactor: remove unused verify configuration options
2024-08-19 11:48:52 +00:00
Bill Church
c9591d637d
fix: enable autoConnect only on /ssh/host/ 2024-08-19 11:36:34 +00:00
Bill Church
589f12b72c
chore: formatting 2024-08-18 13:02:57 +00:00
Bill Church
b5ee677ac6
chore: refactor split ssh and socket to individual modules 2024-08-18 13:02:39 +00:00
Bill Church
ad627e6596
chore: Update config.js to read config file synchronously and merge configuration 2024-08-17 16:19:19 +00:00
Bill Church
b4cbfb4b46
feat: validate handleResize
feat: validate handleControl
2024-08-17 14:25:44 +00:00