├── LICENSE ├── README.md ├── encoding.go └── examples ├── pem_to_ssh └── main.go └── ssh_to_pem └── main.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianmcmahon/encoding_ssh/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianmcmahon/encoding_ssh/HEAD/README.md -------------------------------------------------------------------------------- /encoding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianmcmahon/encoding_ssh/HEAD/encoding.go -------------------------------------------------------------------------------- /examples/pem_to_ssh/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianmcmahon/encoding_ssh/HEAD/examples/pem_to_ssh/main.go -------------------------------------------------------------------------------- /examples/ssh_to_pem/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ianmcmahon/encoding_ssh/HEAD/examples/ssh_to_pem/main.go --------------------------------------------------------------------------------