operasoftware / ssh-key-authority

A tool for managing SSH key access to any number of servers.
Apache License 2.0
454 stars 67 forks source link

SSH2 and PHP7 #33

Open Miroka96 opened 5 years ago

Miroka96 commented 5 years ago

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

thomas-pike commented 5 years ago

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 commented 5 years ago

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