Another way for users to open a secure Telnet session is to use Encrypted Kerberized Telnet. With Encrypted Kerberized Telnet,
users are authenticated by their Kerberos credentials before a Telnet session is established. The Telnet session is encrypted
using 56-bit Data Encryption Standard (DES) encryption with 64-bit Cipher Feedback (CFB). Because data sent or received is
encrypted, not clear text, the integrity of the dialed router or access server can be more easily controlled.
Note |
This feature is available only if you have the 56-bit encryption image. 56-bit DES encryption is subject to U.S. Government
export control regulations.
|
To establish an encrypted Kerberized Telnet session from a router to a remote host, use either of the following commands in
EXEC command mode:
Command
|
Purpose
|
Router(config)# connect host
[port
] /encrypt kerberos
or
Router(config)# telnet host
[port
] /encrypt kerberos
|
Establishes an encrypted Telnet session.
|
When a user opens a Telnet session from a Cisco router to a remote host, the router and remote host negotiate to authenticate
the user using Kerberos credentials. If this authentication is successful, the router and remote host then negotiate whether
or not to use encryption. If this negotiation is successful, both inbound and outbound traffic is encrypted using 56-bit DES
encryption with 64-bit CFB.
When a user dials in from a remote host to a Cisco router configured for Kerberos authentication, the host and router will
attempt to negotiate whether or not to use encryption for the Telnet session. If this negotiation is successful, the router
will encrypt all outbound data during the Telnet session.
If encryption is not successfully negotiated, the session will be terminated and the user will receive a message stating that
the encrypted Telnet session was not successfully established.
For information about enabling bidirectional encryption from a remote host, refer to the documentation specific to the remote
host device.
For an example of using encrypted Kerberized Telnet to open a secure Telnet session, see the Encrypted Telnet Session Example.