PHPackages                             nilsonpessim/ssh-connect - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. nilsonpessim/ssh-connect

ActiveLibrary[HTTP &amp; Networking](/categories/http)

nilsonpessim/ssh-connect
========================

It's an easy way to connect to a remote SSH server in your application

v1.1.0(3y ago)2101MITPHPPHP &gt;=7.4

Since Jul 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nilsonpessim/ssh-connect)[ Packagist](https://packagist.org/packages/nilsonpessim/ssh-connect)[ RSS](/packages/nilsonpessim-ssh-connect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Library for SSH connection
--------------------------

[](#library-for-ssh-connection)

This php library is used to connect to remote hosts via SSH

Requirements
------------

[](#requirements)

You need the php\_ssh2 library installed in your environment.

- [Install Library Linux](https://github.com/nilsonpessim/ssh-connect/wiki/Install-library-on-Linux-system) - *Tested on Ubuntu 18.04*
- [Install Library Windows](https://github.com/nilsonpessim/ssh-connect/wiki/Install-library-on-Windows-system) - *Tested on Windows 11 - xampp v3.3.0 - php 8.1.6*

Composer:
---------

[](#composer)

```
composer require nilsonpessim/ssh-connect

```

Basic Use:
----------

[](#basic-use)

```
