I am trying to connect to my SSH Server via PHP.
I know I can easily connect to my ssh server via python using the parimako library. But at this time I need to do it using PHP
My Server Details:
ip: xx.xxxx.xxx -Username:root -Password: xxx12333
it doesn't work using shell_exec()
source:https://www.youtube.com/watch?v=ZFgd2CjUtko
My question is, How to connect to my ssh server and execute the command using php?
Appreciate any explanation.