I´m kind of stuck with an SSH private key issue and LibGit2Sharp-Ssh.
I have a .Net/C# application that uses LibGit2Sharp-Ssh to clone a Git repository.
I ne
That´s how my OpenSSH-Key looks like (key data truncated):
-----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,27A4E70608469318 -----END RSA PRIVATE KEY-----
Is there some way i can verify tha exported key?