Open TheRyanHowell opened 10 years ago
+1
+1
Yeah, you'd think I'd want my own library supported. :)
libpssh handles multiple SSH connections using libevent and libssh2. At the moment this library requires libssh2 with custom patches available here PHP extension-wrapper for libpssh, implementing asynchronously handles multiple SSH connections.
:+1:
Bump
Anyone know to install the libs above?
+1 Would love to see this implemented!
+1
up
+1
+1
+1 Why did it un-assign @sgolemon ? All i did was make a comment..
Any update on this?
@sgolemon Are there plans for implementing this? Does anyone know alternatives for opening ssh connections from within hhvm?
@frette You could try to use Phpseclib, which is a pure PHP reimplementation of some protocols, including SSH, it's fully compatible with HHVM according to tests https://travis-ci.org/phpseclib/phpseclib/builds/135422678. The other possible solution would be to use exec
to then run shell scripts where you open ssh connections
Ok, sounds good. I was just wondering as HHVM says it now supports '100%' of wordpress, but wordpress uses FTP and SSH to modify files on the server and HHVM doesn't actually support that making the claim false. I'm currently looking for alternatives though, thank you.
+1
+1
+1
+1
Any chance of someone porting SSH2 into HHVM?
Considering @sgolemon released libssh2, I expected it to already be implemented, guess you guys have higher priorities, just wanted to make the interest known.
In the meantime, any other suggested methods of interacting over ssh via HHVM?
Thanks