Michael Ludvig

Results 44 comments of Michael Ludvig

Why don't you simply use `ssm-ssh i-xyz` straight away? The problem is that `ssm-ssh` itself uses ProxyCommand internally and somewhere along the way the TTY flag is lost. As a...

What's the OS on instance i-7171717171717171? Looks like the shell prompt is only `$ ` instead of e.g. `sh-4.2 $ ` as on Amazon Linux 2. That's why ssm-tunnel keeps...

Hi, thanks for the report, however I'm not sure how to reproduce your issue. What's the command line that you use? For example this works for me: ``` ~ $...

I'm afraid `ssm-tunnel` needs too many privileges to run in Docker. It creates network devices, configures system routing, and calls external Linux commands for it. You can run it in...

@lostdesign `ssm-tunnel` needs to manipulate the *network stack* - create network interface, set up routes, optionally change DNS settings. This is not possible for a process contained in a docker...

That’s great, thanks for looking at it. If you want to raise a PR with a (tidy) `Dockerfile` and a small `README-docker.md` with example usage I can merge it.

Hi, I believe that this has been fixed when we switched to a different method for starting the session in 93d5b2a. You can test it from the master branch or...

After some debugging this seems to be caused by incompatible SSL cipher suites between MicroPython 1.13 `ussl` and some web servers. That's why it works with some servers and fails...

Getting there, however a couple of comments still :) - can we have the metadata file in each directory instead of a central one? As I mentioned some people run...

On 11/18/2011 12:11 PM, Joe Erickson wrote: > The problem I see with the first point is, that's not really how _my_ backups work. Since I'm running a sync on...