Notice: No compatible server to client encryption algorithms found in
问题 I'm using PHPSecLib for SSH connection through PHP but I have this error : Notice: No compatible server to client encryption algorithms found in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb\nodejs\includes\classes\net\Net\SSH2.php on line 1170 Why ? Thanks 回答1: Quoting this post, So phpseclib determines which symmetric key algorithms it can use by seeing which ones are includable. The following links demonstrate how this is done: https://github.com/phpseclib/phpseclib/blob