# Converting ssh(1) RSA public keys to PKCS8 format

DevFeed: [Converting ssh(1) RSA public keys to PKCS8 format](<https://devfeed.tech/articles/converting-ssh-1-rsa-public-keys-to-pkcs8-format-30125.md>)

Original publisher: [Read original article](<http://www.netmeister.org/blog/ssh2pkcs8.html>)

Published: 2013-12-30T03:02:43Z

Content type: tutorial

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [ssh](<https://devfeed.tech/topics/ssh.md>), [public key](<https://devfeed.tech/topics/public-key.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [example](<https://devfeed.tech/tags/example.md>), [format](<https://devfeed.tech/tags/format.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [public-key](<https://devfeed.tech/tags/public-key.md>), [rsa](<https://devfeed.tech/tags/rsa.md>), [simple](<https://devfeed.tech/tags/simple.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

## AI overview

A brief tutorial showing how to convert an ssh(1) RSA public key into PKCS8 format using a simple code example.

## Source excerpt

A brief walk-through of a simple code example to show how to convert an ssh(1) RSA public key into PKCS8 format.