363
Views
0
Helpful
1
Replies
Unable to connect to CISCO aws device via ssh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 05:43 AM
Hello Team,
We are launched Cisco network device and we tried to connect it via ssh but not able to connect.
Below are the details
AMI ID : ami-0d771af1c1e5a9cf0
We tried with admin, ec2-user, root all these users
We have created private key.pem as well and tried with same.
chmod 400 key.pem
ssh -i "key.pem" username@ip-address
Labels:
- Labels:
-
AWS
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:26 AM
If you are sure you are connecting on the correct IP (check in teh console or via AWS CLI), use ssh -v -i "key.pem" username@ip-addres - this will give you a verbose output and might give a better clue as why you cannot connect.
Hope this helps.
Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io
Connect with me https://bigevilbeard.github.io
