Skip to content
Snippets Groups Projects
Commit f2279064 authored by Frédéric Dalleau's avatar Frédéric Dalleau Committed by Denis Pynkin
Browse files

Generate private keys in PEM format


Currently paramiko do not support Keys in RFC4716 format that
have landed with the buster update.
So any keys need to be generated in legacy PEM format.

Fixes: APERTIS-5932
Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent 83f03a94
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ run:
- "Install an ARM 32bit sysroot on the host"
- $ ade sysroot install
- "Enable key-based SSH login on the target device"
- $ ssh-keygen
- $ ssh-keygen -t rsa -m PEM
- $ ssh-copy-id USER@HOST
- "Clone the source code for the HelloWorld sample agent on the SDK host"
- $ git clone https://gitlab.apertis.org/sample-applications/helloworld-simple-agent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment