Earlier quoted context omitted.
Most people already run software like that on their computer, even if it's just your coding harness that could just as easily run ssh and use your keys in ~/.ssh to connect to your servers. In my case I'd get a permission prompt from 1Password as I have my keys in there, but with all the prompts that a modern macOS throws at you the chances of it getting approved mistakenly are not zero. I'd not run OPs software eith…
Anyone who gives an LLM unfettered access to their ssh keys/agent socket deserves what they get IMO. I sandbox Claude with my own bubblewrap-based script which denies it access to anything I deem unnecessary.
Show HN: Linux server management over SSH – written in Rust and Tauri
41–50 of 57 posts
Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#42I mean yeah sure, I'll give SSH access to a blackbox. "Don't worry — the app is safe."
Source code will be released day after tomorrow. I will add a comment in this thread itself, as well as update the site with a link to Github.
Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#43Beautiful, I have a fetish for beautiful software so here goes my upvote ^ I believe more Rust/Tauri apps will flood the market as that's the best combo right now for desktop apps in universal knowledge reusability for those who come from the web world HTML, CSS, JS. Simplicity and portablility Just downloaded it and at 8MB is a thing of joy to see apps small again
Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#44Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#45Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#46You have a never ending stream of show HN. It becomes meaningless. Show HN: Linux server management over SSH – written in Rust and Tauri 2 hours Show HN: The wanderer – cozy weekend game with no objective 14 days Show HN: Feature-packed 6MB Rust+Tauri free bookmarking app 16 days Show HN: HN-jobs aggregator – updated in real-time 27 days Show HN: One no-subscriptions online search for all your agent needs 30 days Sho…
I do. I love to build things, though these things are not that meaningful yet as I want them to be. Most of these (except last 3 and that 'A calculator CLI...') are being actively used by many. But I should not have shared a single `show hn` more than once.. that I will take care of going ahead.
Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#47Earlier quoted context omitted.
I do. I love to build things, though these things are not that meaningful yet as I want them to be. Most of these (except last 3 and that 'A calculator CLI...') are being actively used by many. But I should not have shared a single `show hn` more than once.. that I will take care of going ahead.
If you truly love to build things, then actually build them, don't vibe code them.
Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#48Are you guys really letting a (as of now) non FOSS, presumably vibecoded app have access to your servers, presumably as root, as most people don't follow best practices?
The choice of Tauri for a Linux app using AppImage is a dead giveaway they have no clue what they are doing.
Electron appimage would be weird though since it does all its bundling by itself
Re: Show HN: Linux server management over SSH – written in Rust and Tauri
#49Beautiful, I have a fetish for beautiful software so here goes my upvote ^ I believe more Rust/Tauri apps will flood the market as that's the best combo right now for desktop apps in universal knowledge reusability for those who come from the web world HTML, CSS, JS. Simplicity and portablility Just downloaded it and at 8MB is a thing of joy to see apps small again
Won't happen until Tauri can treat Linux as a first class platform. Which they cannot do because of architectural design and library choices.
Edit: Looks like the same "wry" package can be used in linux