apnem19/ssh-connect

SSH connect

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/apnem19/ssh-connect

1.0.3 2023-12-16 03:39 UTC

This package is auto-updated.

Last update: 2025-10-16 07:56:28 UTC


README

Type can be TYPE_SFTP or TYPE_SSH
$connect = new SSHConnect(type, 'ip', 'login', 'password', 'port'); //Connecting to SSH
$first = $connect->exec('ls /root'); //Execute the command

echo $first //We get the answer