Versions Compared

Key

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

...

Code Block
protocols:context router:junos20 netconf publickey ssh://myuser@193.1.190.254.22/netconf privateKeyPath {key-passphrase}

 

Description of the connection parameters:

  • router:junos20 -  specify resource type (router) and resource name (junos20) for the resource we want to assign a protocol to.
  • netconf - name to identify the protocol configuration.
  • ssh://myuser:mypassword@1.1.1.1:22/netconf - URI to describe connection parameters.
  • privateKeyPath - path where the private key is stored.
  • key-passphrase - passphrase to unlock the private key (if any)

The information about the used protocols is in this link.

...