How can I login to Quagga securely?

LEDE Reboot 17.01.0 no Telenet client
Quagga login requires telenet client
How to solve this?

Thank! Successful.

opkg install netcat
nc -T localhost 2601

Unlike PuTTY, Quagga uses [Tab]
macOS nc, too.
Do not know why?

EX:conf[tab]t[tab](enter
result:
conf
configure t
configure terminal

normal:
conf[tab]
configure t[tab]
configure terminal(enter)