Putty: disable configuration of server terminal length

iosputtyterminal

I would like to prevent Putty from setting the server terminal length so as to avoid the dreaded --More-- prompt in Cisco IOS. Please do not tell me to set length 0 in line config mode because this does not work with Putty. terminal length 0 in exec mode does work but this must be executed every logon.

The problem appears to be that Putty is setting the terminal length on connect, because I can control the length by setting the Putty window size. When I resize the Putty window during the session the terminal length remains where it was.

Best Answer

I ran into the same issue with a standard OpenSSH client on my Fedora system today.

The "-T" option helped here. The same is available for putty. Disable pseudo-terminal allocation

Related Topic