Jos
Jos
Love the program--nice and simple! I added two command-line flags to look for CAA records (used to control SSL certificate issuance) and for generic TXT records (often used to do...
I prefer using ed25519 keys wherever possible since that seems to be the future direction of things, but I still have a lot of boxes running older distributions (RHEL/CentOS 6,...
Attempting to run `pip install --user .` on an M1 Macbook Pro fails with a dependency error — it attempts to install PyQT5, which requires sip, which then fails due...
## Describe the bug Although it's not as commonly used, OpenSSH [supports the inclusion of multiple known-hosts key files](https://man.openbsd.org/ssh_config#UserKnownHostsFile) in the `UserKnownHostsFile` config entry. For example: ``` UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts.infra...