cloudflare / gortr

The RPKI-to-Router server used at Cloudflare
https://rpki.cloudflare.com
BSD 3-Clause "New" or "Revised" License
309 stars 39 forks source link

update Compatibility matrix #29

Closed waehlisch closed 4 years ago

waehlisch commented 4 years ago

The Compatibility matrix is incomplete and includes an incorrect statement. This PR fix this.

It didn't mention RTRlib (https://github.com/rtrlib/rtrlib/), which is a C library implementing the RTR protocol. Part of the software package is the rtrclient, which dumps valid ROA payloads, similar to RTRdump.

RPKI support in FRRouting and BIRD is based on RTRlib. Currently, SSH transport in the RTRlib only allows for key-based authentication. As such, FRRouting does not support password-based SSH but key-based SSH.

Password-based SSH authentication will be available soon, see https://github.com/rtrlib/rtrlib/issues/250.

lspgn commented 4 years ago

Thank you @waehlisch :) I quickly capitalized the "no" but apart from that, it's good.