readme: specify key format when using ssh-keygen
This commit is contained in:
parent
065c519b6a
commit
920e75905d
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ First a RSA key must be created with `openssl(1)` or `ssh-keygen(1)`:
|
|||
|
||||
or
|
||||
|
||||
$ ssh-keygen -t rsa -b 4096 -f privkey.pem
|
||||
$ ssh-keygen -t rsa -b 4096 -m PEM -f privkey.pem
|
||||
|
||||
> Only RSA keys in PEM format are currently accepted by xbps.
|
||||
|
||||
|
|
Loading…
Reference in a new issue