Skip to content

ormus112/pecl-networking-ssh2

 
 

Repository files navigation

ssh2

Bindings for the libssh2 library.

Provides bindings to the functions of libssh2 which implements the SSH2 protocol.

Version with tcp keepalive support ( setsockopt SO_KEEPALIVE flag ). For enable tcp keepalive set ssh2.keepalive=1 in your php.ini . To configure tcp keepalive timeouts must be set by kernel parameters:

net.ipv4.tcp_keepalive_time
net.ipv4.tcp_keepalive_intvl
net.ipv4.tcp_keepalive_probes

The ssh2 extension at the PECL Repository website

Documentation

For documentation of the functions that this extension provides can be found here: http://www.php.net/ssh2

Contribute

Your contributions and bugreports are highly appreciated. To contribute, fork and create a pull request. To report a bug use the PHP Bug Tracking System

About

Bindings for the libssh2 library - tcp keepalive version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.9%
  • PHP 6.4%
  • M4 1.2%
  • JavaScript 1.1%
  • Shell 0.4%