Open aaronjheng opened 2 months ago
I want to connect to Redis over SSH with golang.org/x/crypto/ssh. Currently ssh channels does not support deadlines. See https://github.com/golang/go/issues/65930.
So the following calls should be disabled.
Right now, there is no way we can do that.
I want to connect to Redis over SSH with golang.org/x/crypto/ssh. Currently ssh channels does not support deadlines. See https://github.com/golang/go/issues/65930.
So the following calls should be disabled.
Right now, there is no way we can do that.