windows系统下PHP安装和配置ssh2扩展?
程序员文章站
2022-06-01 11:48:10
...
如题,我现在的项目需要使用到远程连接其他计算机操作指令。不知道如何安装和配置ssh2扩展,有高手能帮助我吗?
sudo /usr/bin/ssh -f root@10.4.62.241 /tmp/test.sh & echo "test.sh is starting"
echo "test" >> /tmp/a.txt & echo "ehlo"
不是的,现在抛弃windows了,直接用linux了,shell脚本里的
回复讨论(解决方案)
使用windows版本的 php_ssh2.dll
http://windows.php.net/downloads/pecl/releases/ssh2/0.12/
现在又有新问题了,我现在采取的措施是用PHP调用本地shell脚本,然后本地脚本中存放了调用远程机中脚本的代码。然后我用PHP调用这个本地脚本,结果本地脚本运行了,但是远程机上的脚本并没有运行。请问这是什么情况? 因为是用shell脚本进行远程,所以我没有在PHP上使用ssh2
你的脚本是怎么写的?
sudo /usr/bin/ssh -f root@10.4.62.241 /tmp/test.sh & echo "test.sh is starting"
echo "test" >> /tmp/a.txt & echo "ehlo"
你的脚本是怎么写的?
sudo /usr/bin/ssh -f root@10.4.62.241 /tmp/test.sh & echo "test.sh is starting"
echo "test" >> /tmp/a.txt & echo "ehlo"
这是 windows 下的命令吗?
这是 windows 下的命令吗?
不是的,现在抛弃windows了,直接用linux了,shell脚本里的
php5.6对应的ssh2版本有没有?直接用php5.5的会报错。
上一篇: 遭遇php的in_array低性能问题_PHP教程
下一篇: 关于模块的区划
推荐阅读
-
Windows PHP5和Apache的安装与配置
-
windows版本下mysql的安装启动和基础配置图文教程详解
-
ubuntu下安装memcached和PHP的memcache扩展
-
Windows和Linux中php代码调试工具Xdebug的安装与配置详解
-
Windows下的PHP安装文件线程安全和非线程安全的区别
-
windows7下安装php的imagick和imagemagick扩展教程
-
Windows下Nginx + PHP5 的安装与配置方法
-
Windows下Nginx+PHP5的安装与配置方法
-
在Windows系统下安装docker窗口的配置过程
-
Windows下编译PHP和memcache扩展教程