Scroll to navigation

rtrclient(1) General Commands Manual rtrclient(1)

NAME

rtrclient - rtr rpki client

SYNOPSIS

rtrclient tcp [-k] [-p] HOST PORT
rtrclient ssh [-k] [-p] HOST PORT USERNAME PRIVATE_KEY [HOST_KEY]

DESCRIPTION

rtrclient connects to an RPKI/RTR cache server and prints prefix, origin AS, and router key updates.

OPTIONS

-k
Print information about router key updates
-p
Print information about prefix and origin AS updates

EXAMPLES

Print prefix and origin AS updates from a tcp based server

rtrclient tcp -k rpki.example.com 323

Print prefix and router key updates from a ssh based server

rtrclient ssh -k -p rpki.example.com 22 rtr-ssh ~/.ssh/id_rsa ~/.ssh/known_hosts