How to set up telnet in AWS instance?

Viewed 59622

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

Outbound

Inbound

Putty

2 Answers
 sudo yum -y install telnet

This works for me after logging in to the EC2 instance

Related