diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index 74161f9..a1fbe0e 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -38,13 +38,6 @@ protocol rpki { # The "refresh" interval will control how often records are refreshed # and not considered expired. expire keep ${bgp_rpki_expire:-172800}; - - # Enable SSH transport, disable TCP transport (insecure) - transport ssh { - remote public key "${bgp_rpki_known_hosts:-/etc/bird/rpki/known_hosts}"; - #user "rpki"; - #bird private key ""; - }; } # Filters