SSH Key Generation on AWS EC2
Task: Generate a New SSH Key on an AWS EC2
Instance Instance OS: Amazon Linux
Task Objective: Generate a new RSA SSH key pair inside the EC2 instance
Step-by-Step Commands:
SSH into the EC2 instance
ssh -i your-key.pem ec2-user@<ec2-public-ip>
V...
gurjar-vishal.me1 min read