Skip to content

Releases: DivineOmega/php-ssh-connection

v2.2.0

27 May 22:59
d6c8326

Choose a tag to compare

  • Add ability to specify a timeout
  • Fix custom SSH port not being used correctly

v2.1.0

17 Oct 19:29
4be110a

Choose a tag to compare

  • Add SSH server fingerprinting.

v2.0.0

08 Aug 11:23

Choose a tag to compare

  • Rework to use phpseclib native SSH implementation, meaning the PHP SSH2 extensions is no longer required.
  • Modify withKeyPair() authentication method to withPrivateKey().

v1.3.1

07 Aug 21:16

Choose a tag to compare

  • Fix bug with isConnected() method.

v1.3.0

07 Aug 20:33

Choose a tag to compare

  • Add isConnected method to retrieve current connected status.

v1.2.0

07 Aug 20:28

Choose a tag to compare

  • Throw exception on connection error.

v1.1.0

06 Aug 11:12

Choose a tag to compare

  • Add ability to upload and download files via SCP.

v1.0.1

05 Aug 19:45
e924a6a

Choose a tag to compare

  • Remove unused dependencies.
  • Improve documentation and test suite.

v1.0.0

31 Jul 20:48

Choose a tag to compare

  • Initial release.