NGit/Nsch Generating SSH Keypair (c# Jgit)

201 views Asked by At

I am wanting to generate a new keypair for use with Ngit (Jgit).

How do I generate a new keypair through code?

1

There are 1 answers

0
user2200267 On

JGit has JSch as dep, take a look at this example http://www.jcraft.com/jsch/examples/KeyGen.java.html