vyos@vyos# show protocols rpki
cache foobar {
address 192.0.2.1
port 8080
ssh {
known-hosts-file /config/auth/known_hosts
private-key-file /config/auth/id_rsa_rpki
public-key-file /config/auth/id_rsa_rpki.pub
username vyos
}
}Renders in FRR to:
rpki rpki polling_period 3600 rpki cache 192.0.2.1 8080 vyos /config/auth/id_rsa_rpki /config/auth/known_hosts preference 1 exit
FRR manual states:
rpki cache (A.B.C.D|WORD) PORT [SSH_USERNAME] [SSH_PRIVKEY_PATH] [SSH_PUBKEY_PATH] [KNOWN_HOSTS_PATH] PREFERENCE
So out public key portion is missing.