## Remote SSH connection fails when server is Windows
**Antigravity version:** 1.16.5
**Client OS:** Windows
**Server OS:** Windows (with WSL)
Problem
When trying to connect to a remote Windows machine via SSH, the connection fails because Antigravity sends a `bash -s` command to install the server, which gets routed through the WSL relay. Since the WSL distro doesn’t have bash available, the installation fails.
Error from the log
WSL (9635 - Relay) ERROR: CreateProcessCommon:800: execvpe(/bin/bash) failed: No such file or directory
### Workarounds already tried (none worked)
- Installed a WSL distro (Ubuntu) on the server — error persists
- Set Git Bash as the default shell for OpenSSH via registry (`HKLM:\SOFTWARE\OpenSSH` DefaultShell) and restarted sshd — error persists
- Confirmed full admin access on the server
Expected behavior
Antigravity should support Windows as a remote SSH target, or at least provide clear official documentation on how to configure it correctly.
Is Windows as a remote server officially unsupported? If so, this should be documented. If it is supported, please advise on the correct setup.