Summary

Elon Musk’s DOGE received approval to use PuTTY, a file-transfer software, at the Labor Department, raising alarm among employees over data security.

DOGE has sought access to various federal databases, prompting lawsuits from labor unions and privacy advocates.

A federal judge issued a restraining order against DOGE’s access to Treasury data, though not Labor’s. Critics fear AI analysis and unauthorized data sharing.

The case is now before U.S. District Judge John Bates, who expressed concerns but denied an immediate injunction.

  • @[email protected]
    link
    fedilink
    88 days ago

    Windows actually does have a decentish ssh program built in these days… it’s not great but like… it works. And while I used to use PuTTY myself, I’ve just switched over to using git bash - so it amuses me that they’re using ancient tooling even though the oldest is like 25?

    As a thirty eight year old I feel confident in saying that these clowns need to get with the times.

    Also, don’t forget that Musk is a huge fucking idiot. He recently claimed the US government doesn’t use SQL which is laughably ignorant.

    • @[email protected]
      link
      fedilink
      48 days ago

      Maybe the LLMs they prompted didn’t know about the built-in SSH support, hence still recommends PuTTY? 🤔

    • WxFisch
      link
      English
      28 days ago

      I would guess they are looking to use it with pagent to support login with PIVs which is likely required by the servers they want to access. It’s a pretty standard login setup in federal IT honestly.

      • @[email protected]
        link
        fedilink
        17 days ago

        Pagent can handle auth with openssh also. There’s no need to actually use putty itself. You can do PIV/CAC auth on windows without pagent too. Or even better, don’t use windows at all.

      • @jj4211
        link
        17 days ago

        Do you really need pagent for that versus just ssh-agent?