dahlbyk / posh-sshell

PowerShell helpers for SSH (previously part of posh-git.)
MIT License
143 stars 8 forks source link

It is not clear how I can use the Windows ssh instead of openssh #22

Closed ittayd closed 4 years ago

ittayd commented 5 years ago

In the readme it says: "If you are using the Windows-native version of OpenSSH that ships with Windows 10 1803 or newer, ", but it is not clear how I choose this.

JeremySkinner commented 5 years ago

It ships pre-installed with newer versions of windows, so it's a case of enabling/starting the OpenSSH Agent windows service (IIRC the agent service is disabled by default), and then running ssh.exe. There's nothing really to "choose" per se.