Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 313 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 313 Bytes

jwtgen allows you to generate a JWT signed with your SSH private key. You can then add your public key to the authorized keys of the targeted API.

Usage

npm install -g @marmicode/jwtgen
jwtgen

Gotchas

RSA key must be in PEM format, generated with ssh-keygen -m pem.