teleport/lib/sshutils
Andrew Burke cf3bf183b9
Drain unused SSH channels (#32505)
This change drains unused SSH channels and requests to prevent a
situation where an attacker could repeatedly open channels and
send data that won't be read, causing Teleport to eventually run
out of memory.
2023-09-27 17:05:48 +00:00
..
scp fix: use errors.Is for all EOF comparisons (#26012) 2023-05-10 19:27:39 +00:00
sftp Fuzz Test Improvements (#29918) 2023-08-02 18:55:55 +00:00
x11 Fuzz Test Improvements (#29918) 2023-08-02 18:55:55 +00:00
authority.go Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
ctx.go Drain unused SSH channels (#32505) 2023-09-27 17:05:48 +00:00
ctx_test.go Drain unused SSH channels (#32505) 2023-09-27 17:05:48 +00:00
fingerprint.go Lint and fix missing license headers (#8075) 2021-08-30 09:44:09 -07:00
forward.go Trace ssh sessions (#14966) 2022-08-04 22:14:37 +00:00
marshal.go fix: use errors.Is for all EOF comparisons (#26012) 2023-05-10 19:27:39 +00:00
marshal_test.go Client store generalization (#19420) 2023-01-06 01:34:04 +00:00
req.go sshserver: Correctly handle PuTTY winadj channel requests (#19468) 2023-02-28 17:39:03 +00:00
server.go Prevent zombie sessions being left behind for web sessions (#32141) 2023-09-20 13:45:55 +00:00
server_test.go Make SSH node listener to use multiplexer to leverage parsing of signed PROXY headers (#30380) 2023-08-26 03:47:10 +00:00
signer.go Fix compatibility with sshd 7.x (#18181) 2022-11-10 22:50:06 +00:00
tcpip.go Update golangci-lint to 1.49.0 (#16507) 2022-09-19 22:38:59 +00:00