readme: specify key format when using ssh-keygen

This commit is contained in:
John 2018-10-23 00:09:08 +02:00 committed by maxice8
parent 065c519b6a
commit 920e75905d
1 changed files with 1 additions and 1 deletions

View File

@ -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.