Nikos Tsipinakis

Results 115 comments of Nikos Tsipinakis

I have just [sent a PR](https://github.com/jcmturner/gokrb5/pull/532) that implements all the required framework to implement a GSS-API server. This is now possible with this library. Edit: It's unclear if this issue...

I did a quick test and it looks like we can limit the authentication methods offered if we do not give a callback in the `ssh.ServerConfig`. Though with the current...

``` ssh localhost -p 2022 nikos@localhost: Permission denied (publickey). ``` Apparently yes!

I can also mention that there has been an (unfinished) attempt to implement this as it's a frequently requested feature. However the focus has been on the Kubernetes backend as...

> @tsipinakis this holds a lot of possibilities for race conditons, especially with multiple ContainerSSH instances. The K8s object store already has a conflict resolution process and has some features...

I'm going back through issues and just now remembered this one, not sure why I skipped replying, sorry! I'm not sure I understand the behaviour you're describing exactly; Are you...

I agree that hashicorp is in an uncertain state right now so I would hold off on merging for a while until things are stabilized. However it does present an...

Indeed, but no reason why both ways of spawning a shell cannot be supported, kube api OR agent-shell. Implementation-wise it'll be another middle layer above the backend.

Doing some cleanup, closing this as it has been implemented already for 0.5.

Doing some cleanup, closing this as kerberos support has already been implemented already for 0.5.