All Questions
1 question
2
votes
1
answer
244
views
How to establish SSH connection between two AMI EC2 instances by generating new key pair using ssh-keygen
I need to establish SSH connection between 2 AMI Ec2 instances.
I have tried by generating new key pair with ssh-keygen method.
Even after copying public key id_rsa.pub from one instance to ...