dponzone

Results 11 comments of dponzone

+1 on that Exploring Kuma, the first thing I noticed about status pages was this limitation. If I want to use them to give access to a customer or a...

Ok I prefer your maths after edit :) I was not clear, I knew that because you're missing the issue: The status of my service is up 1 min later...

Not sure which log you are talking about. On the dashboard, there is NOTHING for the UP event. Except it's up. I can't locate any interesting log file in /var/lib/docker/volumes/uptime-kuma....

Ok it works by selecting 0.9.5. I tried to regenerate a new private/public key pair, and it fails also with 0.11.1. Could be related to the fact that I am...

Yes, I used the default encryption method and my key is RSA 1024 bits.

Generated a 4096 bits RSA key: no better. SSH 0.11.1 dost not recognize it (test fails and connect says "invalid host private key").

Ok, I also use .ssh/config as Maximes does. I think I pinpointed the issue. It seems libssh 0.11.1 has ssh-rasa disabled by default: https://stackoverflow.com/questions/76572797/libssh-public-key-authentication-failed-the-key-algorithm-ssh-rsa-is-not-all So I added: PubkeyAcceptedKeyTypes +ssh-rsa in...