#ec2-instance
Read more stories on Hashnode
Articles with this tag
Step 1: Generate an SSH Key Pair ssh-keygen -t rsa -m PEM After the keys are generated, you can check them using this command: ls -lah ~/.ssh You...