aboutsummaryrefslogtreecommitdiff
path: root/net/Netopeer2/files/stock_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'net/Netopeer2/files/stock_config.xml')
-rw-r--r--net/Netopeer2/files/stock_config.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/Netopeer2/files/stock_config.xml b/net/Netopeer2/files/stock_config.xml
new file mode 100644
index 000000000..45766846a
--- /dev/null
+++ b/net/Netopeer2/files/stock_config.xml
@@ -0,0 +1,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>