(PECL ssh2 >= 0.9.0)
Connect to an SSH server
resource ssh2_connect ( string $host [, int $port = 22 [, array $methods [, array $callbacks ]]] )
Establish a connection to a remote SSH server.
Once connected, the client should verify the server's hostkey using ssh2_fingerprint(), then authenticate using either password or public key.
Parameters:
host
Establish a conn