The php code is:
system('ssh');
And the error information is:
'ssh' is not recognized as an internal or external command, operable program or batch file.
However when I run ssh in cmd,the ssh command is available:
So how can I excute ssh
command in php by system()
?