Using Rust to read log files with a Linux Tail like logic

⚓ Rust    📅 2025-11-14    👤 surdeus    👁️ 10      

surdeus

Warning

This post was published 65 days ago. The information described in this article may have changed.

Hi,

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

Read full topic

🏷️ Rust_feed