Back to articles
June 24, 2024
aws, ssh-keygen, openssl

Create AWS pem file with CLI

use openssl to create a pem file to ssh into an aws instance

ssh-keygen -t rsa -b 4096 -m PEM -f vm_base
mv vm_base vm_base.pem
Loading comments...