ssh-key-authority icon indicating copy to clipboard operation
ssh-key-authority copied to clipboard

SSH2 and PHP7

Open Miroka96 opened this issue 6 years ago • 3 comments

Hello,

I am currently trying to create a dockerized setup of this tool, but I am unable to fulfill the requirements. The Docker image should be based on PHP 7.3, but the SSH2 php package does not seem to support any PHP 7.x version yet. My problem regarding PHP 5 is that its support ended recently, so I do not want to use it.

Do you have any suggestions, what I can do instead of waiting for a supported SSH2 php version?

Best regards, Miroka

Miroka96 avatar Feb 26 '19 20:02 Miroka96

Hi

As I recall, the php-ssh2 Debian/Ubuntu package works fine with the platform's PHP 7.x packages. Not sure about other platforms though.

thomas-pike avatar Feb 27 '19 09:02 thomas-pike

And if not using the system packages, then there is http://pecl.php.net/package/ssh2 (in "alpha" state).

thomas-pike avatar Feb 27 '19 09:02 thomas-pike