A technique used to thwart SSH keystroke timing attacks is to send keystroke packets at a flat rate. Rather than immediately sending the packet, send them every 50ms only. This should make it more difficult to perform timing attacks.
sending ssh packets at a flat rate to obscure keystroke timings
2024-09-13
Recent Posts
Defanging Linux LKM Rootkits With cleanup_module()
2025-04-04 Linux LKM rootkits EDR hooks incident response Linux LKM rootkit
Linux Persistence: atd
2025-04-01 DFIR CTF linux persistence at atd
Linux Persistence: SSH
2025-03-29 DFIR CTF SSH hardening hunting persistence linux persistence hunting hardening SSH PAM