aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/engine/templates/ietf-system.xml
blob: 93b662f02af2756fba2a613aa2c78283a7412a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<system xmlns="urn:ietf:params:xml:ns:yang:ietf-system">
  <authentication>
    <user>
      <name>netconf</name>
      <authorized-key>
        <name></name>
        <algorithm></algorithm>
        <key-data></key-data>
      </authorized-key>
    </user>
  </authentication>
</system>