nokinger

Results 6 comments of nokinger

Hi, R# 10.1 EAP is available, but it looks like that it has no dnx runner features. Will this feature moved to the next R# release?

Hi there, has anybody some stuff regarding the certificate authentication? Or @robertkentish did you implement something?

thanks @robertkentish that will be nice, I found also a [fork](https://github.com/msvprogs/SSH.NET) what contains a pretty simple implementation. But yesterday there was to many interruptions, so today i will have a...

i didn't have any knowledge about the [email protected] in deep and so on. But when i use your code as it is, it will fail. I just changed your code...

i did it like this: 1. Master key for CA: > ssh-keygen -t rsa -b 4096 -f my_master_key_ca 2. User Key Pair: > ssh-keygen -t rsa 3. Sign User Public...

additional i add the PrivateKeyCertAuthenticationMethod.cs and the PublicKeyCertFile.cs as link into the Renci.SshNet.NET35.csproj file. Otherwise the net35 build has not this classes. See this [commit](https://github.com/nokinger/SSH.NET/commit/c10cb4f3ca80f71a196af6a5ad28a73bf1ad3d33)