ssh://[email protected]
with the default application for that URL scheme. Windows does not have any default application assigned. To do so, follow the guide below.shh -V
. You should get an output similar tossh://<username>@<host>:<port>
but open ssh expects a different format. Download the PowerShell script ssh-protocol-handler.ps1
to some directory, for example to %LOCALAPPDATA%\ssh-protocol-handler.ps1
.ssh-protocol-handler.reg
registry setting file. Adding it to the registry will register the above script as a protocol handler for ssh://
links.<LOCALAPPDATA>
by the path where you stored ssh-protocol-handler.ps1
ssh://[email protected]:2222
. A PowerShell windows should open trying to connect you.