This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Utelnetd

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

telnet is useful for several applications, such as a backup when updating SSH, and configuring industrial grade routers via console cables.

Note
Telnet sends passwords in plain text

Installation

Unmask utelnetd:

root #echo "net-misc/utelnetd" >> /etc/portage/package.accept_keywords

Install net-misc/utelnetd:

root #emerge --ask utelnetd

Configuration

Boot service

To automatically start utelnetd at boot

root #rc-update add utelnetd default

To start it immediately

root #/etc/init.d/utelnetd start

Test function

user $telnet localhost