-
It seems like this crate currently only supports the most common DNS record types:
```rust
// in cloudflare/src/endpoints/dns.rs
pub enum DnsContent {
A { content: Ipv4Addr },
AAAA { co…
-
Per IBM's request I am trying to get off of an older version of Aspera and onto the `ascli` version offered here.
Note: we have a primary server that generates Aspera access keys and secrets for ou…
-
In the modern world, DNSSEC is everywhere, however, sometimes people don't implement it on their domain, which is why I was trying to create an application, where I pass it a domain and it checks for …
-
Our image needs to be able to work as a discovery image. we need to determine the built in hardware and report that in a reliable format. I would recommend facter for this because it is fast, supports…
-
There would be a desire to support some additional record types.
- [ ] NS (audit bot)
- [X] CAA
- [x] MX
- [ ] SRV
Nice to have:
- [ ] SSHFP
This needs agreement across the pissdns genera…
-
we list tsunami's host key fingerprint at ocf.io/ssh but it would be useful to have the other machine's fingerprints listed somewhere publically as well so we can verify them externally if we get a ke…
-
SSHFP DNS records are a useful feature which enables one to save SSH fingerprints in DNS, so that you don't have to check them manually. It would be useful if ssh-audit could check for existence of su…
-
The readme states:
> X.509 certificates: you can now use your classical HTTPS cerificates to authenticate your SSH3 server. This mechanism is more secure than the classical SSHv2 host key mechanism…
-
# 使用Yubikey PIV和PKCS#11来验证SSH Client | imlk's blog
[https://blog.imlk.top/posts/yubikey-ssh-piv-cert/](https://blog.imlk.top/posts/yubikey-ssh-piv-cert/)
-
Hello,
The enrolment of ipaclient on a Ubuntu machine, creates the `SSHFP` records, but not the `A` record with the IP.
On CentOS instead it works perfectly.
Can anyone help me out? Am I doing …