aboutsummaryrefslogtreecommitdiff
path: root/net/netopeer2/files/stock_config.xml
blob: 45766846a228676322435a9b4665404ef3460281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<netconf-server xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server">
  <listen>
    <endpoint>
      <name>test_ssh_listen_endpt</name>
      <ssh>
        <address>::</address>
        <port>830</port>
        <host-keys>
          <host-key>
            <name>test_ssh_listen_key</name>
            <public-key>ssh_host_rsa_key</public-key>
          </host-key>
        </host-keys>
      </ssh>
    </endpoint>
  </listen>
</netconf-server>