apnem19/ssh-connect

SSH 连接

1.0.3 2023-12-16 03:39 UTC

This package is auto-updated.

Last update: 2024-09-16 05:26:56 UTC


README

类型可以是 TYPE_SFTP 或 TYPE_SSH
$connect = new SSHConnect(type, 'ip', 'login', 'password', 'port'); //连接到 SSH
$first = $connect->exec('ls /root'); //执行命令

echo $first; //我们得到答案