Michael Gambold
Michael Gambold
@PatTheMav Please find requested output attached [replayd output.txt](https://github.com/obsproject/obs-studio/files/9561489/replayd.output.txt)
> how about adding a switch e.g., `update-known-hosts: bool` that would control if the `known_hosts` will be altered? ^ This would be my preferred action. So the default would be...
Would something like this PR https://github.com/webfactory/ssh-agent/pull/142 work?
> We might start printing a deprecation warning (if the GHA system permits us to do so?), stating that future versions will no longer add the keys. Then, on the...
I just started having this issue today with our ssh bastion. It was working yesterday the only change we have made is that we have replaced the server from Ubuntu...
@rathboma I have performed the same checks as @mathias22osterhagen22 and have the same result. What more can we do on our ends to assist in the speedy resolution of this...
Our scenario is similar to @jonathborg with the only difference our DB is running on AWS Aurora (Postgres). I.e. we connect straight to the Aurora instance from the Ubuntu 22.04...
FYI to people following this issue. The ssh2 library has an open [PR](https://github.com/mscdex/ssh2/pull/1200) that may address this. However it was opened July 2022 and has not been merged yet.
@hoang-danny05 I tried this to see if it worked but didn't. From the trace the issue is internal to Node 20 and how rpio interfaces with it (not something as...
Found this from an electron issue about the same. The underlying fix is released in nan version 2.17.0; However rpio is using 2.14.1 (https://github.com/jperkin/node-rpio/blob/52ae53875c3452622a0e3b5130c52f7b85a2099b/package.json#L15) https://github.com/electron/electron/issues/35193#issuecomment-1273796411 The underlying fix is just...