SXP: Improve connectivity tests
[integration/test.git] / csit / variables / netconf / KeyAuth / datastore.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <datastores xmlns="urn:cesnet:tmc:datastores:file">
3   <running lock="">
4     <netopeer xmlns="urn:cesnet:tmc:netopeer:1.0">
5       <ssh>
6         <client-auth-keys>
7           <client-auth-key>
8             <path>/root/RSA.pub</path>
9             <username>root</username>
10           </client-auth-key>
11         </client-auth-keys>
12       </ssh>
13     </netopeer>
14   </running>
15   <startup lock="">
16     <netopeer xmlns="urn:cesnet:tmc:netopeer:1.0">
17       <ssh>
18         <client-auth-keys>
19           <client-auth-key>
20             <path>/root/RSA.pub</path>
21             <username>root</username>
22           </client-auth-key>
23         </client-auth-keys>
24       </ssh>
25     </netopeer>
26   </startup>
27   <candidate modified="false" lock=""/>
28 </datastores>