Top
Best
New

Posted by Rapzid 17 hours ago

VSCode's SSH Agent Is Bananas (2025)(fly.io)
265 points | 162 commentspage 3
innocent_name 16 hours ago||
Moreover, it explicitly breaks in VSCodium and no good alternatives exist.
zenapollo 16 hours ago||
Not sure what you consider "no good" alternatives. jeanp413.open-remote-ssh[0] has worked flawlessly. It's the first or second search hit in the extension manager for "ssh". It's a fork of Microsoft's previous extension before the proprietarized it.

0: https://open-vsx.org/extension/jeanp413/open-remote-ssh

kayson 13 hours ago||
I very much dislike this extension because it uses a built-in ssh client that is far from feature complete and does a lot of reinventing the wheel. Microsoft's extension uses the system ssh binary, as does https://open-vsx.org/extension/aergic/zygos-vscodium which I much prefer. After discovering the latter, I uninstalled VSCode and have fully moved to VSCodium.
DanielHB 3 hours ago||
In practice, if I don't use the terminal from inside the editor, what are the advantages of this extension compared to the other one?
kayson 13 hours ago|||
See https://open-vsx.org/extension/aergic/zygos-vscodium
arcanemachiner 16 hours ago|||
You say that like it's a bad thing; I narrowly escaped serious use of VSCode thanks to this fact.
whalesalad 16 hours ago||
Take zed for a spin
2snakes 16 hours ago||
I should call my dev machine the Fly Machine too
Doches 16 hours ago||
> It turns out we don’t have to care about any of this [...], so none of this matters in any kind of deep way, but: we’ve decided to just be a blog again, so: we had to learn this, and now you do too.

I found this closing sentence utterly delightful, particularly in an age of endlessly filtering every piece of text I read on the internet through a mental "was this written by Claude, Codex, or (just possibly) a human?" filter.

halfcat 16 hours ago||
I’m currently experimenting with running:

- neovim

- in VS Code [1]

- in the browser

Cloud VM runs the built-in `code serve-web` command, over Tailscale using `tailscale serve`. No SSH. Extensions work. No extensions run locally (with SSH some extensions have to run locally on your machine).

I’m trying to see how little I can run on my local machine. VS Code over SSH is a good step in that direction, but there’s more attack surface if SSH is misconfigured, plus risk of an extension getting compromised.

I expected the added layers (neovim, through an extension, inside VS Code, over the web) to be slow, but so far it works surprisingly well.

[1] https://github.com/vscode-neovim/vscode-neovim

whalesalad 16 hours ago||
I avoided Zed for a long time because of the SSH feature in VScode. Then I realized Zed has SSH remote too. Just flagging this for anyone else who relies on vscode-over-ssh and is sick of the bloat.
0cf8612b2e1e 16 hours ago|
As does the no AI fork, Gram.
Shorel 6 hours ago||
Is this Gram capable of running on old macs?
Svoka 10 hours ago||
I am honestly surprised there wasn't a big VS Code Extension targeted npm attack.
1uften 14 hours ago||
440hz
psyclobe 15 hours ago|
Honestly now that I'm basically dictating ai on what to do I've really stopped using all guis. Terminal is all I need.
More comments...