Commit graph

61 commits

Author SHA1 Message Date
Eugene b346ca3d0b
don't suggest public key auth in the web auth API 2023-11-23 19:36:05 +01:00
Eugene a4df7f7a21
fixed GHSA-3cjp-w4cp-m9c8 - interpreting SSH public key offers as a successful authentication 2023-09-27 22:08:49 +02:00
Eugene Pankov 983d0ad49b
bumped russh 2023-08-17 22:02:14 +02:00
Eugene Pankov d9385ca44b lint 2023-08-08 21:06:01 +02:00
Eugene Pankov 49b92cde7a fixed #855 - log client IPs and credentials used 2023-08-08 09:56:41 +02:00
Eugene Pankov 0bc9ae1b1a fixed #854 - show session details during OOB auth 2023-08-07 22:28:15 +02:00
Eugene Pankov c2f1b3e1c0
lint 2023-04-20 05:01:54 -07:00
Cléo REBERT 86daf9f38e
Fix build after cargo update
* Fix project not building after `cargo update`

* Bump totp-rs from 3.x to 5.x

* Bump sea-orm to 0.10 to 0.11

* Remove `chrono` unused features to get rid of warning during `cargo audit`
2023-04-19 10:59:19 +02:00
Eugene Pankov 6b3b49a83a
bumped russh to fix CVE-2023-28113 2023-03-17 09:58:50 +01:00
Eugene Pankov eb13e71fb3
bumped rust 2023-01-11 12:59:27 +01:00
Eugene Pankov a4e3931675
cleanup 2023-01-09 09:22:25 +01:00
Eugene Pankov 399f811283
fixed RSA auth with signature algorithm mismatch 2023-01-08 21:24:50 +01:00
Eugene Pankov 94c5faf493
bumped russh 2022-12-14 22:05:15 +01:00
Eugene Pankov 1842984b60
lint 2022-11-20 14:09:27 +01:00
Eugene Pankov d90abcfb50
fixed missing CHANNEL_CLOSE messages - #459 2022-11-20 13:59:29 +01:00
Eugene Pankov a29b2b6079
ssh: correctly report channel open failures to client 2022-11-19 23:24:14 +01:00
Eugene Pankov 66d9c36047
update error messages 2022-11-17 23:29:52 +01:00
Eugene Pankov 97145705be
fixed #477 - send ssh-rsa hostkey in addition to rsa-sha* - fixes iOS Termius support 2022-11-17 23:29:36 +01:00
Eugene Pankov f6a73c0502
ssh: increase event buffer size - fixed #479 2022-11-14 22:12:16 +01:00
Eugene Pankov 6beb423efb
more logging 2022-11-08 11:48:29 +01:00
Eugene Pankov 022900be5a
fixed #456 - postgres field type mismatch 2022-11-08 11:48:24 +01:00
Eugene Pankov 4d8dea08a7
ssh: remove auth delay after initial "none" auth - #459 2022-11-07 23:48:43 +01:00
Eugene Pankov 42f9c68788
bumped rust 2022-11-03 23:10:51 +01:00
Alex Donec 9b3ce401a0 Add username forward for #440 2022-10-31 03:40:47 +03:00
Eugene Pankov 773bf19823
added missing channel success messages - fixes #349, fixes #364 - Termius, WinSCP and Filezilla access 2022-09-26 22:49:36 +02:00
Eugene Pankov 759fcfacdd
record forwarded-tcpip channels 2022-09-06 22:49:55 +02:00
Eugene Pankov a1dc78e5cf
lint 2022-09-06 00:07:38 +02:00
Eugene Pankov 26b55494b5
added --debug CLI flag 2022-09-05 23:33:00 +02:00
Eugene Pankov 5ddc260262
Remote port and X11 forwarding - fixes #11, fixes #12 2022-09-04 12:06:09 +02:00
Eugene Pankov a2bbc1690e
lint 2022-09-02 15:57:34 +02:00
Eugene Pankov 51df7083de
database config provider 2022-09-02 14:00:08 +02:00
Eugene Pankov 06a6065bc7
added rush as a submodule 2022-08-24 23:14:43 +02:00
Eugene 067250652d
Synchronize some ssh ops between client and target (#271) 2022-08-21 23:30:06 +02:00
Eugene Pankov 744d686027
lint 2022-08-14 13:02:46 +02:00
Eugene Pankov c5cf5bf1d1
added e2e tests 2022-08-14 12:36:49 +02:00
Eugene c6885f18c3
Out-of-band SSO (#245) 2022-08-08 23:30:18 +02:00
Eugene Pankov fbd8d0dda3
ssh: fixed sftp cli not triggering target connection 2022-08-08 18:56:48 +02:00
Eugene Pankov 087b943372
lint 2022-08-06 01:01:44 +02:00
Eugene Pankov 1271dee26d
test driven fixes 2022-08-06 00:55:30 +02:00
Eugene f7bb12e44d
OIDC login support (#222) 2022-08-05 20:04:40 +02:00
Eugene Pankov 112a6581f0
added test-target support for HTTP and MySQL targets 2022-07-29 20:02:10 +02:00
Eugene Pankov 9af4de71c5
http: set cookies for all subdomains 2022-07-27 21:10:59 +02:00
Eugene Pankov 04078e1fed
added host key auto-accept and auto-reject options 2022-07-24 12:33:42 +02:00
Eugene Pankov 620a78d026
notify user when a host key prompt requires an interactive session 2022-07-24 11:55:29 +02:00
Eugene Pankov 46492a6593
don't log session errors when recordings are disabled 2022-07-24 11:55:16 +02:00
Eugene Pankov bf50b7b257
deny clippy::indexing_slicing 2022-07-23 21:53:21 +02:00
Eugene Pankov d6fba30573
lint 2022-07-23 21:47:04 +02:00
Eugene Pankov 47518c6253
added cranky and removed all .unwrap() usages 2022-07-23 21:31:35 +02:00
Eugene Pankov 7682e17080
added MySQL support 2022-07-20 10:02:37 +02:00
Eugene Pankov 6be92356c2
sorted imports 2022-07-15 20:27:33 +02:00