Hi,
When I use Antigravity Remote SSH on Windows, an external terminal window opens every time I start an SSH connection.
The terminal window appears as a Windows terminal / command prompt running something like:
C:\Windows\System32\OpenSSH\ssh.exe
The window itself is mostly empty and stays open while the SSH connection is active.
If I close this terminal window, the SSH connection immediately disconnects, which suggests that Antigravity is running the SSH process inside that external terminal instead of running it in the background.
If I force close the window, Antigravity shows a message saying:
“Reconnecting to remote authority.”
This behavior is disruptive because a new terminal window pops up each time I connect, and it needs to remain open for the connection to stay alive.
Environment:
- OS: Windows_NT x64 10.0.26200
- SSH client: Windows built-in OpenSSH (
C:\Windows\System32\OpenSSH\ssh.exe) - Feature: Antigravity Remote SSH
- Antigravity Version: 1.19.6
- VSCode OSS Version: 1.107.0 (user setup)
- Date: 2026-02-26T23:07:23.202Z
- Electron: 39.2.3
- Chromium: 142.0.7444.175
- Node.js: 22.21.1
- V8: 14.2.231.21-electron.0
Questions:
- Is there a way to run the SSH process in the background without opening a separate terminal window?
- Is there a configuration option to use an internal terminal or hide the login terminal?
Thanks!
