git-noise
git-noise
@dmacvicar I have a working branch ready with aforementioned modifications - let me know if you're interested in merging such a feature.
@dmacvicar Would you have interest in merging such a feature? As ```golang.org/x/crypto/ssh``` supports it already, it would imply minor additions to at https://github.com/dmacvicar/terraform-provider-libvirt/blob/main/libvirt/uri/ssh.go as far as I could test. It...
@dmacvicar great thanks, I'll send a PR soon. I'll take the following approach: - Sub-case of current ```privkey``` authentication method - Try to read a cert file by using SSH...
PR opened as draft - as it is not using the golang.org/x/crypto/ssh custom branch - let me know if things look good.
Hello, I can report that it seems the same issue arises not only on aarch64 but on x64 as long as OVMF is involved: apparently there is a detection issue...
Hello @bastienwirtz, Many thanks for your feedback, yes indeed, I may have not expressed my self too clearly, I was thinking of "external health checks" associated to other website/webapps only,...
Hello, I have been using the following if its of any help - and it works well with Ubuntu 22.04. It essentially drops the key into an "apt-get-non-automatically-trusted" location ```/usr/share/keyrings/```...
@zeha good catch, indeed as per https://wiki.debian.org/DebianRepository/UseThirdParty, I quote: ``` If future updates to the key will be managed by an apt/dpkg package as recommended below, then it SHOULD be...
Hello there, One popular solution for self-hosted OIDC, which may come in pair with a self-hosted BookStack would be Keycloak, which will usually return a list of groups as part...
Hello, I had the same issue, but while trying to debug using the recommended command: ```sudo strace -f -p $(pgrep firefox) 2>&1 | grep keepass```, it suddenly worked. I am...