Download register-ssh-protocol.reg
and double click to install it.
You can change the position of open-ssh-protocol.js
before install.
Then, download the open-ssh-protocol.js
file to C:\bin\
.
You can also change the terminal app path as you want.
Now, you can open SSH connect after click ssh://
link.
Here is some popular ssh client path:
- XShell:
'"C:\\Program Files (x86)\\NetSarang\\Xshell 7\\Xshell.exe" ' + url
- Windows Terminal:
'wt "' + url.replace('://', '') + '"'
- PuTTY:
'"C:\\Program Files\\PuTTY\\putty.exe" -ssh ' + url
Credit: This reg file is a clone of https://github.com/vbyrd/windows-terminal-ssh-protocol-handler