You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
449 B

  1. <netconf-server xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server">
  2. <listen>
  3. <endpoint>
  4. <name>test_ssh_listen_endpt</name>
  5. <ssh>
  6. <address>::</address>
  7. <port>830</port>
  8. <host-keys>
  9. <host-key>
  10. <name>test_ssh_listen_key</name>
  11. <public-key>ssh_host_rsa_key</public-key>
  12. </host-key>
  13. </host-keys>
  14. </ssh>
  15. </endpoint>
  16. </listen>
  17. </netconf-server>