Example to convert existing OpenSSH key to PEM format

master 0.8-1
Julien Coloos 2021-08-15 23:07:37 +02:00
parent 8ebd239c7a
commit b3e9382f08
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ Notes:
* `rsa` and `ed25519` types are also handled
* OpenSSH keys must be in `PEM` format for `dropbearconvert` to properly work
If necessary an existing key file can be converted to `PEM` format using `ssh-keygen`:
ssh-keygen -A -p -m PEM -f /etc/ssh/ssh_host_ecdsa_key
## Configuration
As explained upon installation, the following things need to be done: