pvginkel / VisualGit

Visual Studio source control extensions for Git
Other
7 stars 8 forks source link

Server communication doesn't work with certain SSH servers/certificates #35

Open pvginkel opened 13 years ago

pvginkel commented 13 years ago

It looks like server communication (Pull, Push, Remote branches, etc) doesn't work with certain SSH servers with public/private keys. This needs to be investigated further and may be a problem in NSch.

pvginkel commented 13 years ago

In this example, the server doesn't accept the certificate with the error message "rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01".

pvginkel commented 13 years ago

This is due to https://github.com/slluis/ngit/issues/2.