I have posh-git installed. In git bash ssh -v works, but with powershell it doesnt. What am I missing, and what should I do.
I get the following error in powershell as I type ssh -v in powershell
ssh : The term 'ssh' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1 + ssh -v
+ ~~~
+ CategoryInfo : ObjectNotFound: (ssh:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException