Enable SSH in Routinator
For the next few labs to work, we must enable SSH support within the Routinator container.
From your clab server, connect to the bash shell of Routinator as root:
Download the necessary packages to enable SSH and netcat:
Enable SSHd service:
Create an rpki user. Use rpki as the password. It will warn you that the password is weak, but still let you use it.
Create a redirection to routinator in SSHd config:
Start the SSHd service:
Last updated