Add VS Code Remote SSH integration

This commit is contained in:
DuProcess
2026-06-30 19:42:45 -04:00
parent 42fbf86ca9
commit f8056b03b6
4 changed files with 279 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Dosh Remote
Open VS Code Remote-SSH windows through Dosh.
The extension writes a managed SSH config entry like:
```sshconfig
Host dosh-palav
HostName 127.0.0.1
HostKeyAlias palav
ProxyCommand dosh proxy-stdio palav %h %p
```
VS Code still uses Remote-SSH, so server install, extensions, terminals, and
normal SSH behavior stay intact. Dosh carries the SSH TCP byte stream.