QuickTip – Telnet connections not permitted from this terminal

I have recently had an issue whereby was trying to connect remotely from one Router to another to prove connectivity and got the below error:

% telnet connections not permitted from this terminal

To resolve this on the configuration on the Router connecting From update the configuration below:

From this:

vty 0 5
transport output none

To this:

vty 0 5
transport output telnet

Gary M