[Solved] php script to login to a server through SSH
exec(“ssh 124.134.4.173 -l root”); or shell_exec(“ssh 124.134.4.173 -l root”); will work. solved php script to login to a server through SSH
exec(“ssh 124.134.4.173 -l root”); or shell_exec(“ssh 124.134.4.173 -l root”); will work. solved php script to login to a server through SSH