Live data from Hacker News

Viewing profile — brintha

brintha

HN member
Joined
Mon, Feb 02, 2026, 1:36 PM UTC
HN karma
2
Public activity
12 items

About brintha

No profile information was provided.

Recent public activity

  1. comment
    Comment #48942550

    The tricky part here is not just spotting AI apps running on endpoints, but understanding how those AI tools interact with multiple cloud MCPs in real time - and what risks emerge …

  2. story
  3. story
  4. story
  5. comment
    Comment #47076900

    That’s a very solid pattern. Using config management + secrets tooling + drift enforcement is definitely the mature way to handle SSH keys in cloud environments. I agree that mappi…

  6. story
  7. comment
    Comment #47059737

    That’s a good point. LDAP/AD-backed SSH key management is a solid approach, especially in environments that already have directory infrastructure in place. Centralizing authorized …

  8. story
    SSH Access Without Sharing Private Keys

    Many teams end up sharing SSH private keys when onboarding new members. It’s often done for convenience — and sometimes urgency. The issue is that shared keys make revocation and a…

  9. story
    Secure Port Forwarding Without Exposing Internal Services

    Port forwarding is often the fastest way to access an internal service — a database, admin panel, or metrics endpoint. But in many setups, that means opening a public port and rely…

  10. story
  11. story
    Lightweight tools vs. enterprise RMMs: what works for small teams?

    A lot of infrastructure tooling today seems optimized for large organizations. That makes sense — those buyers have budget and compliance needs. But I’m not convinced that same too…

  12. story
    Ask HN: Why is secure remote server access still so painful for small teams?

    I’m curious how others here are handling remote server access today. In small teams, I keep seeing the same pattern repeat: VPNs that are fragile, SSH access tied to specific netwo…