Post #4479492
2026-08-09 20:55 UTC
Every editor “supports” SSH, you can mount files on a remote SSH server via SSHFS.
Replies (1)
-
@edinbruh@feddit.it 2026-08-09 22:55
And instead vscode supports SSH (without quotes), you can connect to an SSH host, and it will open files and folders on the host like it does locally. And if you open the integrated terminal it will run on the remote host. And it will forward the git login agent so you can commit or push with the credentials of your local machine. And it can forward ports from the remote.