Rudloff / WebSSH

PHP SSH client
8 stars 1 forks source link

Fatal error: Call to undefined function ssh2_connect() in ... #1

Open Monter opened 8 years ago

Monter commented 8 years ago

Is this requires SSH2 PECL extension?

Rudloff commented 8 years ago

Yes, it requires the ssh2 extension (php5-ssh2 on Debian-based systems). I added a composer.json that indicates the requirement (https://github.com/Rudloff/WebSSH/commit/d1fa4a9850d788f52b3b15483043d607d062f545).

We could detect if the extension is installed and display a warning if it is not, but I don't really have the time right now.