372 CHAPTER 25: SSH COMMANDS
ip ssh server The ip ssh server Global Configuration mode command enables the
device to be configured from a SSH server. To disable this function, use
the no form of this command.
Syntax
ip ssh server
no ip ssh server
Default Configuration
Device configuration from a SSH server is disabled.
Command Mode
Global Configuration mode
User Guidelines
If encryption keys are not generated, the SSH server is in standby until the
keys are generated. To generate SSH server keys, use the crypto key
generate dsa, and crypto key generate rsa Global Configuration
mode commands.
Example
The following example enables configuring the device from a SSH server.
crypto key generate
dsa
The crypto key generate dsa Global Configuration mode command
generates DSA key pairs.
Syntax
crypto key generate dsa
Default Configuration
DSA key pairs do not exist.
Command Mode
Global Configuration mode
Console(config)# ip ssh server