We are installing a large campus with a centralized network management workstation. Currently, we are using an ssh client to communicate with the different network devices. A problem has come up when installing new configurations into the devices. During major configuration changes, we wr erase the start up configuration, copy in the new configuration in the start and reload. Unfortunately, this causes the rsa key to be erased and ssh communications can't be restarted.
Currently the command we are using is "crypto key generate rsa general-keys modulus 1024". How do we inbed this within the configuration so that it starts a new key and communication isn't required at the console port? Thanks for any help provided in advance.
Charles Davis