J. Fernández

Results 26 comments of J. Fernández

IMHO it should not be accepted without tests for the new functionality. El 29 abr. 2017 6:05 p. m., "Sorin Srn" escribió: > This is related to issue #87 >...

Hi, Remote port forwarding is not implemented, but it's a nice to have feature for `sshtunnel`. Anyway, have a look at [paramiko remote forward example](https://github.com/paramiko/paramiko/blob/master/demos/rforward.py) for details. [Asyncssh](http://asyncssh.readthedocs.io/en/latest/#port-forwarding) also supports...

Assuming `client` is a Paramiko SSH client, you can invoke `client.open_sftp()` and get the sftp session.

Nope, you've to rely on `ProxyCommand` directives on your ssh config (i.e. `~/.ssh/config`) for that.

wondering if this is gonna be merged?

As suggested by @haarchri I set `--enable-composition-webhook-schema-validation=false` but unfortunately didn't help.

looks like: ``` containers: - args: - core - start - --enable-composition-functions - --enable-environment-configs - --enable-realtime-compositions - --enable-usages - --enable-composition-webhook-schema-validation=false ```

My 2 cents after working with composition functions for a while. Regarding the original use case, it is not applicable to me anymore (basically I was somehow misusing the filesystem...

I landed here with the very same concern. When only OIDC is allowed, it's misleading to have a form there. Not to mention the fact that every single login attempt...