PHP + SSH2 = Strange Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • FishGills

    PHP + SSH2 = Strange Error

    For the life of me I can not figure out why I am getting this error:

    Error starting up SSH connection(-5): Unable to exchange encryption
    keys

    $connect = ssh2_connect('d 50-1.s50', 22);

    That's the code. One line PHP.

    I've tried connecting to localhost as well. Still no love.

    I've got ssh2 working on other installs but not this one. Any ideas on
    something I'm missing or a php.ini thing?

    -Charlie

Working...