How to execute SSH command properly to overcome "'SSH' is not recognized as an internal or external command, operable program or batch file" error message?
Issue: When a customer is trying to run SSH command they receive the following error message.
"'ssh' is not recognized as an internal or external command, operable program or batch file"
Resolution:
Doing further research on this, it looks like per user installation is the problem, try the recommendations from this thread - ssh : The term 'ssh' is not recognized as the name of a cmdlet, function, script file, or operable program .
There is a Microsoft link in the 1st answer shared, that can be used to validate the installation done for SSH. The issue was fixed after following the steps recommended above.