aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2014-12-13 22:54:34 -0600
committerMark Adams <mark@markadams.me>2014-12-13 22:54:34 -0600
commit1832e24256c5984cfe534a24839657609522b7a4 (patch)
tree1a5c1e2288c53d1d8b1cdf98be7c934d5d4bf5c1 /docs
parent3aeac8c132f53f07393f85e260e135b64f204482 (diff)
downloadcryptography-1832e24256c5984cfe534a24839657609522b7a4.tar.gz
cryptography-1832e24256c5984cfe534a24839657609522b7a4.tar.bz2
cryptography-1832e24256c5984cfe534a24839657609522b7a4.zip
Minor documentation corrections for load_ssh_public_key
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst
index ec35c3cf..45c7a5bc 100644
--- a/docs/hazmat/primitives/asymmetric/serialization.rst
+++ b/docs/hazmat/primitives/asymmetric/serialization.rst
@@ -199,12 +199,13 @@ KEY-----`` or ``-----BEGIN DSA PRIVATE KEY-----``.
OpenSSH Public Key
~~~~~~~~~~~~~~~~~~
-The format used by OpenSSH to store public keys as specified in :rfc:`4253`
+The format used by OpenSSH to store public keys as specified in :rfc:`4253`.
Currently, only RSA public keys are supported. Any other type of key will
result in an exception being thrown.
-Example RSA key in OpenSSH format (line breaks added for formatting purposes)::
+An example RSA key in OpenSSH format (line breaks added for formatting
+purposes)::
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDu/XRP1kyK6Cgt36gts9XAk
FiiuJLW6RU0j3KKVZSs1I7Z3UmU9/9aVh/rZV43WQG8jaR6kkcP4stOR0DEtll