You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am noticing some differences between https://github.com/phpseclib/phpseclib/blob/master/phpseclib/Net/SSH2.php and the LaravelCollective SSH2.php. I don't have problems connecting via SSH to vps and linux systems but when trying to connect to legacy systems that require HostKeyAlgorithms +ssh-dss in the /etc/ssh_config I get the error:
ErrorException: Unable to fulfill channel request in /usr/share/optico2/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3741
I do not want to hack the library to try to identify and fix the problem so are there any suggestions?
The text was updated successfully, but these errors were encountered:
I am noticing some differences between https://github.com/phpseclib/phpseclib/blob/master/phpseclib/Net/SSH2.php and the LaravelCollective SSH2.php. I don't have problems connecting via SSH to vps and linux systems but when trying to connect to legacy systems that require HostKeyAlgorithms +ssh-dss in the /etc/ssh_config I get the error:
ErrorException: Unable to fulfill channel request in /usr/share/optico2/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3741
I do not want to hack the library to try to identify and fix the problem so are there any suggestions?
The text was updated successfully, but these errors were encountered: