summaryrefslogtreecommitdiffstats
path: root/schemas/pubkey.xsd
diff options
context:
space:
mode:
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>