ssh-key-authority
ssh-key-authority copied to clipboard
SSH2 and PHP7
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
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.
And if not using the system packages, then there is http://pecl.php.net/package/ssh2 (in "alpha" state).