Skip to content

Instantly share code, notes, and snippets.

@OneNiNE87
Created May 27, 2025 01:20
Show Gist options
  • Save OneNiNE87/958abf115b3e80d7a8f4e54776b542f6 to your computer and use it in GitHub Desktop.
Save OneNiNE87/958abf115b3e80d7a8f4e54776b542f6 to your computer and use it in GitHub Desktop.
Windsurf SSH config file.
{
"remote.windsurfSSH.configFile": "",
"remote.windsurfSSH.hosts": [
{
"name": "MyRemoteHost",
"host": "hostname_or_ip",
"user": "username",
"port": 22,
"authentication": "key",
"privateKeyPath": "/path/to/private/key"
}
],
"remote.windsurfSSH.defaultHost": "MyRemoteHost",
"remote.windsurfSSH.connectTimeout": 30,
"remote.windsurfSSH.keepAliveInterval": 60
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment