robertkentish
Results
2
issues of
robertkentish
I'd like to implement support for [email protected] (and others) type certificate authentication and am looking for some guidance on the best way to implements this. Looking at the code I...
PR as per issue #479. PRoposal to support public certs for RSA signatures as in the following manner. var keyFile = new PrivateKeyFile(@"C:\temp\ssh_keys\id_rsa", "xxxx"); var certFile = new PublicKeyCertFile(@"C:\temp\ssh_keys\id_rsa-cert.pub"); var...