Is there a solution of this problem for python and libssh2 (pylibssh2 - http://pypi.python.org/pypi/pylibssh2/) ?$methods = array(
'kex' => 'diffie-hellman-group1-sha1'
);
$connection = ssh2_connect($server, 22, $methods);
Is there a solution of this problem for python and libssh2 (pylibssh2 - http://pypi.python.org/pypi/pylibssh2/) ?$methods = array(
'kex' => 'diffie-hellman-group1-sha1'
);
$connection = ssh2_connect($server, 22, $methods);