Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
export-host-key (key-file-prefix)Export public and private RSA/Ed25519 to files. Command takes one parameter:
  • key-file-prefix - used prefix for generated files, for example, prefix 'my' will generate files 'my_rsa', 'my_rsa.pub' etc.
import-host-key (private-key-file)Import and replace private RSA /Ed25519 key from specified file. Command takes one parameter:
  • private-key-file - name of the private RSA /Ed25519 key file
regenerate-host-key ()Generated new and replace current set of private keys (RSA/Ed25519) on the router. Be aware that previously imported keys might stop working.

...