gpt4 book ai didi

php - 使用 PHP SSH 连接到远程服务器

转载 作者:行者123 更新时间:2023-12-02 05:28:26 25 4
gpt4 key购买 nike

我想使用 php 建立到远程服务器的 SSH 连接。

我在 Linux/CentOS 上使用 php 5.3。

到目前为止我做了什么:

$connection = ssh2_connect('192.168.1.22', 22);
ssh2_auth_password($connection, '_username', '_password');
$stream = ssh2_exec($connection, 'ls -l');

但是我收到了这个错误:

fatal error :调用未定义函数 ssh2_connect()

所以,我的问题是:

  1. php 默认没有安装 ssh2_* 函数吗?

  2. 我需要扩展或库才能使用这些功能吗?

  3. 我该如何解决这个问题?

最佳答案

您可以配置您的服务器 (Ubuntu):

sudo apt-get install libssh2-php
sudo service apache2 restart

关于php - 使用 PHP SSH 连接到远程服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18799799/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com