Artem Yakimenko
Artem Yakimenko
Hey folks, long time no see 👋 I'm now on the other side of the screen and my new company is trying to use Cloud Profiler to better understand our...
/CC @JustinBeckwith - hey Justin, sorry to bother you but is it possible to prioritise?
Alright, another try. @fhinkel ?
Sorry folks, but we’ll be switching away from GCP profiler due to our metrics being skewed by this bug and Datadog offering a much better profiler experience. You can deprioritise...
@alexmanly This looks similar to the issues I've been running into: https://github.com/net-ssh/net-ssh/issues/290 Either this is a very specific scenario or I have no idea how nobody's noticing it. It basically...
@jmccann Last I tested - you should be able to use a pw-protected key with an ssh-agent that's set up correctly, due to forking in the net-ssh code. Try doing...
@smoberly - my fix is out on Net::SSH 3.0.2 https://github.com/net-ssh/net-ssh/pull/291 Current version has: `'net-ssh', '~> 2.0'`, but trunk is `'net-ssh', '>= 2.9', '< 4.0'`, so should be fixed in the...
@lonniev So, if you want to transfer to another machine, in theory you need to just copy the `.vagrant` hidden folder located in the same catalog as your `Vagrantfile`. If...
Hmmm, looks like something is happening when one of the underlying libraries is trying to decrypt/read your ssh key. Can you try doing `ssh add` on the key first, e.g....