After upgrade to php 7 plugin/them updates broke [closed]

I solved the problem by installing php-ssh2, which removes libssh2-php on the install.

$ sudo apt-get install php-ssh2

I also had to change permissions on the wp-content folder to 775, but it worked leaving the wp-content/plugins at 755.

$ chmod 775 wp-content