Explains how passwordless public-key authentication works when a Cisco IOS XR router acts as an SSH, SFTP, or SCP client for a locally configured user.
SSH client public-key authentication is a passwordless method that
-
generates a user-specific RSA key pair on the router acting as the client
-
installs the public key on the remote SSH server, and
-
uses the private key on the client to prove the user's identity.
The method also supports passwordless SFTP and SCP operations for locally configured users.
| Feature Name | Release Information | Feature Description |
|---|---|---|
| Public Key-Based Authentication of SSH Clients on Cisco IOS XR Routers | Release 25.4.1 |
Introduced in this release on: Fixed Systems (8010 [ASIC: A100])(select variants only*) *This feature is supported on:
|
| Public Key-Based Authentication of SSH Clients on Cisco IOS XR Routers | Release 25.1.1 |
Introduced in this release on: Fixed Systems (8700 [ASIC: K100], 8010 [ASIC: A100])(select variants only*) *This feature is supported on:
|
| Public Key-Based Authentication of SSH Clients on Cisco IOS XR Routers | Release 24.4.1 |
Introduced in this release on: Fixed Systems (8200 [ASIC: P100], 8700 [ASIC: P100])(select variants only*); Modular Systems (8800 [LC ASIC: P100])(select variants only*) *This feature is supported on:
|
| Public Key-Based Authentication of SSH Clients on Cisco IOS XR Routers | Release 7.10.1 |
You are now assured of cryptographic strength even as you avail of automated password-less login while establishing SSH connections with the server. With the password and keyboard-interactive authentication, Cisco IOS XR routers configured as SSH clients now support public key-based authentication. In this authentication method, passwords need not be sent over the network; hence, it provides an additional layer of security and aids in automation processes. This feature is available only for users locally configured on the router; not those configured on remote servers. Previous releases supported SSH public key-based authentication only for Cisco IOS XR routers configured as SSH servers. The feature introduces these changes:
|
Security characteristics
The private key is not sent over the network. The server challenges the client with the stored public key, and only the client holding the corresponding private key can produce the required response.