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
Instead of creating your private key with PuttyGen (ppk
keys), Use PuttyGen to load said ppk
file, and save it as OpenSSH file (id_rsa
, id_rsa.pub
)
Or, as I described here, use Git for Windows PATH to access ssh-keygen, and create one directly with the right format:
ssh-keygen -t rsa -C "key for my Git repo server" -q -P ""