Commit graph

178 commits

Author SHA1 Message Date
fpfeifferik
f1520c79b0
fix: ssh server doesnt offer ed-25519 hostkey (#1473) 2025-08-28 15:21:24 +02:00
Eugene
167f001429
fixed #1286 - do not trigger target connection from an agent channel open alone 2025-08-23 20:32:35 +02:00
Eugene
32e7e3a14d
Bump version: 0.15.0 → 0.16.0 2025-08-04 14:27:52 +02:00
Eugene
8ad6972371
fixed #1442 - unnecessary get_info auth restrictions 2025-08-03 16:27:52 +02:00
Tom
4b0e5dfa72
Fix tcp nodelay for ssh server (#1449) 2025-08-03 16:09:19 +02:00
Eugene
8430b2bc14
Rate limiting (#1443) 2025-08-03 10:52:22 +02:00
Eugene
fd6607b5f6
fix channels losing unflushed data when closing 2025-08-03 10:14:09 +02:00
Eugene
4d5ebe42eb
fix SCP hangups 2025-08-02 20:16:04 +02:00
Eugene
f90c529b07
Bump russh, set TCP_NODELAY (#1447) 2025-08-02 20:13:10 +02:00
Eugene
5813862d97
log more specific errors when protocol servers fail 2025-07-03 23:06:43 +02:00
Eugene
009a601de7
Bump version: 0.14.1 → 0.15.0-beta.1 2025-07-02 09:23:04 +02:00
Eugene
8f475adbf2
cleanup 2025-07-02 08:46:01 +02:00
Eugene
103a480521
fixed #1220 - direct-streamlocal support 2025-07-02 08:34:23 +02:00
Eugene
aa13534dc5
Bump version: 0.14.0 → 0.14.1 2025-06-05 10:29:16 +02:00
Eugene
fa0a0d19be
Disable default dep features (#1364) 2025-06-04 10:12:02 +02:00
Eugene
450b3066d8
dependency bumps (#1362) 2025-06-04 08:44:48 +02:00
Eugene
39182a685e
Bump version: 0.13.2 → 0.14.0-beta.1 2025-05-23 21:32:07 +02:00
Eugene
2381f55696
fixed #972 - SSH server not offering keyboard-interactive when only OOB or SSO auth is enabled for a user 2025-05-21 20:20:10 +02:00
Eugene
863af5ec0e
fixed #1323 - PostgreSQL 2FA initial implementation (#1338) 2025-05-19 23:53:26 +02:00
Eugene
ec98c3dbd1
Offer checking and accepting SSH host keys in the admin UI (#1307) 2025-04-05 04:05:21 +02:00
samtoxie
95dce41ce1
Fix SSH Client to respond to keyboard-interactive when target has optional 2FA (#1273)
Co-authored-by: Eugene <inbox@null.page>
2025-02-27 16:03:58 +01:00
Eugene
7985f80a91
removed a dbg! 2025-02-27 15:42:23 +01:00
Eugene
8d8973b4e4
ssh: only attempt the RSA key auth once (#1274) 2025-02-27 15:02:29 +01:00
Eugene
664dbda65a
Bump version: 0.13.1 → 0.13.2 2025-02-26 10:40:54 +01:00
Eugene
1a07694409
lint 2025-02-26 10:40:49 +01:00
Eugene
299ec932fc
Bump version: 0.13.0 → 0.13.1 2025-02-19 21:44:58 +01:00
Eugene
43604ac649
Bump version: 0.14.0 → 0.13.0 2025-02-18 23:04:06 +01:00
Eugene
d7651fb1a3
Bump version: 0.13.0-beta.2 → 0.14.0 2025-02-18 23:02:03 +01:00
Eugene
9453879e1d
fmt 2025-02-13 15:58:20 +01:00
samtoxie
e2036886fb
Implement Agent Forwarding (#1249)
This PR implements Agent forwarding as discussed at
https://github.com/warp-tech/warpgate/issues/177#issuecomment-2647526617

Huge thanks to @Eugeny for the pointing me in the right direction

---------

Signed-off-by: Sam Toxopeus <sam@toxopeus.it>
2025-02-13 15:56:42 +01:00
Eugene
55dcd11a17
added streamlocal-forward support (remote UNIX socket forwarding) (#1243) 2025-02-09 15:28:22 +01:00
Eugene
2cdf8babae
bump vulnerable deps (#1241) 2025-02-09 00:08:59 +01:00
Eugene
f3b7a5808c
Bump version: 0.12.0 → 0.13.0-beta.1 2025-02-02 21:22:55 +01:00
Eugene
c2208f4c87
docker fix (#1229) 2025-01-30 14:16:37 +01:00
Eugene
fefb8a81bb
russh bump (#1224) 2025-01-27 15:56:13 +01:00
Eugene
b7a1a1801b
bumped russh (#1210) 2025-01-14 18:50:40 +01:00
Eugene
6ade841378
correctly bind to both ipv4 and ipv6 when [::] is set as listen endpoint (#1193) 2024-12-27 10:16:36 +01:00
Mohammad Al Shakoush
59884fbbe9
Add More Metadata to public ssh keys (#1182)
Co-authored-by: Eugene <inbox@null.page>
2024-12-22 19:13:42 +01:00
Eugene
efcb2205ff
Bump russh for ssh-key/ssh-encoding backend (#1144) 2024-12-12 21:44:54 +01:00
Eugene
64d71949f9
fixed #1150 - send ssh-rsa client key when insecure algorithms are enabled 2024-12-10 21:49:20 +01:00
Eugene
fb1babcb41
Bump version: 0.11.0 → 0.12.0-beta.1 2024-12-07 23:42:58 +01:00
Eugene
379b1bc5e9
fixed #983 - enable ssh-rsa when insecure algorithms are allowed 2024-11-27 21:54:00 +01:00
Eugene
f217b5da04
Self-service credentials management (#1145) 2024-11-26 23:13:48 +01:00
Eugene
b35983837f
Separate DB models for credentials (#1143) 2024-11-24 19:35:31 +01:00
Piotr Rotter
ef46e75d5b
add keepalive_interval to ssh config (#1134) 2024-11-19 22:24:21 +01:00
Eugene
a20fdb8cc9
Bump russh (#1131) 2024-11-18 10:31:39 +01:00
Eugene
dbf96a8fee
fixed #1093 - allow multiple return domains for SSO, prefer host header over external_host 2024-10-24 00:04:37 +02:00
Eugene
837cc2d515
Bump version: 0.10.2 → 0.11.0 2024-10-09 00:24:38 +02:00
Eugene
1f597a88a5
fixed #1053 - prevent repeated consumption of the ticket uses within the same SSH session 2024-09-27 18:12:48 +02:00
Eugene
c191e54c07
bumped rustls & related pkgs (#1066) 2024-09-18 11:28:39 +02:00