-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5da0925
commit 3dcdb5b
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,8 @@ remote-ssh [email protected] | |
``` | ||
|
||
On Windows, `remote-ssh` first looks for `ssh.exe`, which is | ||
available in newer releases of Windows 10 as an optional install. | ||
available in newer releases of Windows 10 as an | ||
[optional install](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse). | ||
If `ssh.exe` cannot be found in the executables search path (`PATH` environment variable), | ||
`remote-ssh` looks for `putty.exe`. If no SSH client executable could be found, and also | ||
no executable has been configured (using the `ssh.executable` configuration property | ||
|