Using Rust to read log files with a Linux Tail like logic
⚓ Rust 📅 2025-11-14 👤 surdeus 👁️ 4Hi,
I want to read log files i.e. SSH logs if there is incoming traffic on Port 22 or 2222 that looks like this in Linux tail -f /var/log/some/ssh.log
Which crate could I use for that or implementing it by myself. I already observe the incoming traffic and identify it as possible SSH network traffic.
3 posts - 2 participants
🏷️ Rust_feed