Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set up telnet in AWS instance?

I got SSH working fine. But I am facing an issue with connecting via telnet.

Outbound

Inbound

Putty

like image 941
Nithya Avatar asked May 20 '17 12:05

Nithya


People also ask

How do I allow ports on AWS?

On the AWS Elemental Server web interface, go to the Settings page and choose Firewall. You must turn on the node firewall before you can make any changes to the ports. In the Firewall Settings, choose Firewall On. (Optional) To enable a port, choose Accept for that port.


1 Answers

 sudo yum -y install telnet

This works for me after logging in to the EC2 instance

like image 60
Roshin Jay Avatar answered Sep 21 '22 16:09

Roshin Jay