summaryrefslogtreecommitdiffstats
path: root/schemas/pubkey.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-03 13:40:24 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-03 13:40:24 -0600
commit14406cc14a4d832fe83df5da27937051e41dd093 (patch)
tree1fb429513bc5483251412af8251aa24517bcbb68 /schemas/pubkey.xsd
parent10326a34dd813b88c6c8816115e91977a93a1f10 (diff)
downloadbcfg2-14406cc14a4d832fe83df5da27937051e41dd093.tar.gz
bcfg2-14406cc14a4d832fe83df5da27937051e41dd093.tar.bz2
bcfg2-14406cc14a4d832fe83df5da27937051e41dd093.zip
Cfg: Added feature to provide generation of SSH keys, authorized_keys file
Diffstat (limited to 'schemas/pubkey.xsd')
-rw-r--r--schemas/pubkey.xsd16
1 files changed, 16 insertions, 0 deletions
diff --git a/schemas/pubkey.xsd b/schemas/pubkey.xsd
new file mode 100644
index 000000000..5671a818d
--- /dev/null
+++ b/schemas/pubkey.xsd
@@ -0,0 +1,16 @@
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
+ <xsd:annotation>
+ <xsd:documentation>
+ Schema for :ref:`server-plugins-generators-cfg-sshkeys` ``pubkey.xml``
+ </xsd:documentation>
+ </xsd:annotation>
+
+ <xsd:element name="PublicKey">
+ <xsd:annotation>
+ <xsd:documentation>
+ Top-level tag for flagging a generated SSH public key.
+ </xsd:documentation>
+ </xsd:annotation>
+ <xsd:complexType/>
+ </xsd:element>
+</xsd:schema>