Ondřej Caletka
Ondřej Caletka
In my setup, the SSH keys alone are not sufficient for authentication, if not accompanied with a [SSH certficate](https://man.openbsd.org/ssh-keygen.1#CERTIFICATES). With OpenSSH, certificates are automatically loaded into the ssh-agent after calling...
To avoid unnecessary noise, it would be nice if there were options: - not to report a certificate that has been already reported in some different log - not to...
I'd like to add the site https://neběží.xyz (https://xn--neb-tma3u8u.xyz) to the HSTS preload list. This site is intentionally accessible only over IPv6. When I submit the preload request via https://hstspreload.appspot.com/?domain=neb%C4%9B%C5%BE%C3%AD.xyz I...
Fixes #182 Signed-off-by: Ondřej Caletka
In the [installation instructions](https://ripe-atlas-tools.readthedocs.io/en/latest/installation.html), there is a lot of obsolete information: - The minimum supported version of Python is now 3.6, not 2.7. Though 3.6 is now EoL as well....
### Brief description When running Scapy on IPv6-only host, it produces warnings every time it sends any data despite working normally. ### Scapy version 2.5.0 ### Python version 3.10.12 ###...
When there's commit changing more than one file, each file with some issues to be reported, the hook should not stop on the first error.
Only single zone file is fed into `named-compilezone` via stdin. This disallows the inclusion of zonelets and any attempt to include a file will mostly fail. Possible solutions include: -...
If zone name is changed by introducing/changing `$ORIGIN` directive on the top of the zone file, `dzonegit` will not properly reconfig nameservers, instead, it will try to reload zone, whose...