TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using BPF to Transform SSH Sessions into Structured Events

206 pointsby twakefieldabout 5 years ago

5 comments

russjonesabout 5 years ago
Author of the post here, happy to answer any questions.
评论 #22437411 未加载
评论 #22439808 未加载
评论 #22438425 未加载
评论 #22438198 未加载
评论 #22441621 未加载
评论 #22440471 未加载
kalium_xyzabout 5 years ago
BPF is extremely awesome. I cant wait to see more projects using it.
justlexi93about 5 years ago
It's just that Linux's eBPF system has been extended far, far beyond packet filtering.
cptwunderlichabout 5 years ago
Since the author, russjones, seems to be here, I&#x27;d like to ask a question regarding writing the actual BPF programs. I&#x27;ve been writing a term paper about BPF verification, the in-kernel verifier and research like PREVAIL [1], so I&#x27;m curious.<p>Is writing valid BPF programs really that &quot;hard&quot;? E.g., does one often have to rewrite programs bc. the verifier wouldn&#x27;t accept them? Do you see a need to extend BPF with more capabilities? (bounded loops have been added in Kernel 5.3, but maybe something else)<p>Thank you.<p>[1] <a href="https:&#x2F;&#x2F;vbpf.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vbpf.github.io&#x2F;</a>
saber6about 5 years ago
I never thought about needing streams of information like this, but now that I am, this is a great way to provide general trace-tooling for containers and other things!<p>Very interesting post. Thanks for sharing.
评论 #22440299 未加载