Commit graph

20 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
056e87b40d
feat: allow passphrase encrypted ssh keys from client #381 2024-12-03 18:50:24 +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
8fa1631196
chore: finish up feat #379 2024-11-29 22:28:56 +00:00
Bill Church
0f3c7ab230
feat: ssh keyboard-interactive authentication support 2024-08-22 17:27:48 +00:00
Bill Church
d96b299e7d
chore: update maskSensitiveData function for new module 2024-08-22 16:07:33 +00:00
Bill Church
1a5ebc649d
chore: create initial tests 2024-08-22 01:11:45 +00:00
Bill Church
2c3a89b5dc
chore: refactor jsmasker calls
chore: implement constants
2024-08-21 19:16:40 +00:00
Bill Church
4196ef3554
chore: implement constants 2024-08-21 17:42:45 +00:00
Bill Church
66ce643dd9
chore: refactor debugging, logging and error handling. 2024-08-21 15:08:31 +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
28f329e315
feat: validateSshTerm checks if term is undefined or null before validation 2024-08-17 14:20:01 +00:00
Bill Church
82c0da0ff7
chore: refactor validateSshTerm into utils.js 2024-08-17 13:10:23 +00:00
Bill Church
ea017016b7
fix: sanitize object no longer mutates original object 2024-08-16 22:47:42 +00:00
Bill Church
8671180f18
chore: major refactoring 2024-08-16 19:22:17 +00:00
Bill Church
aec8be86b4
chore: utils function sanitizeObject Recursively sanitizes an object by replacing the value of any password property with asterisks (*) matching the length of the original password. 2024-08-13 17:30:32 +00:00