Created
May 27, 2025 01:20
-
-
Save OneNiNE87/958abf115b3e80d7a8f4e54776b542f6 to your computer and use it in GitHub Desktop.
Windsurf SSH config file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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