Lari Hotari

Results 996 comments of Lari Hotari

> Same issue here - key seems to be accepted, but then connection is closed: > > `debug1: Will attempt key: /Users/jas88/.ssh/id_github2022 RSA SHA256:Wi4K402kNASQdMNFJqTpgxl3MqwXhXTiKkzs6lQsy/o explicit agent` > > `debug1: SSH2_MSG_SERVICE_ACCEPT...

There's also some [notes about RSA keys in the README of upterm](https://github.com/owenthereal/upterm#a-note-about-rsa-keys).

One of the commits removed the instructions for the workarounds: https://github.com/owenthereal/upterm/commit/0f410ca8f3f88119a570adf13dae37d9817ae894

As a workaround, I changed the refresh interval to 30 seconds

I have been using https://transfer.sh/ service to send files out of the GitHub Action VMs for further investigation. It's possible to use gpg to encrypt the files before sending if...

> Your wrapper obscuring `x-url-delete` header as result it's challenging to cleanup Please explain.

This might be an issue with the ssh key type. See #9 for more details. There's also some [notes about RSA keys in the README of upterm](https://github.com/owenthereal/upterm#a-note-about-rsa-keys). The workaround is...

Here's the example of a successful connection: https://github.com/lhotari/github-actions-debug/runs/5640278819?check_suite_focus=true#step:3:111 After the client disconnects, the log output is similar to what is described in this issue. I tested with `macos-latest`, this was...

It would be useful to implement the containerd support in a way that support for other OCI container runtimes such as CRI-O could be added later. CRI-O is used in...

Since kubectl-flame doesn't support containerd, I'd like to introduce a workaround for using async-profiler. kubectl-flame's java profiling support uses async-profiler. I have scripts in https://github.com/lhotari/k8s-diagnostics-toolbox for creating flamegraphs in k8s...