06-13-2019 09:25 AM
Solved! Go to Solution.
07-30-2021 02:30 PM
Today we can fix the issue with the excellent GTAC support.
Root Cause are empty SSH key files.
Deleting them and bouncing SSH will fix the problem.
delete .ssh/ssh_rsa.key
Are you sure (y/n) ? y
delete .ssh/ssh_dss.key
Are you sure (y/n) ? y
conf t
(config)#no boot config flags sshd
(config)#
(config)#
(config)#no ssh
(config)#
(config)#
(config)#boot config flags sshd
(config)#
(config)#ssh
(config)#sh log file tail
************************************************************************************
Command Execution Time: Fri Jul 30 16:13:47 2021 CEST
************************************************************************************
1 2021-07-30T16:13:46.994+02:00 XXXXXX CP1 - 0x000d8635 - 00000000 GlobalRouter SSH INFO SSH Host key generation is completed successfully
1 2021-07-30T16:13:40.391+02:00 XXXXXX CP1 - 0x000d8634 - 00000000 GlobalRouter SSH INFO SSH Host Key generation is in progress. SSH connections will not be processed till the key generation completes
1 2021-07-30T16:13:40.390+02:00 XXXXXX CP1 - 0x0000461f - 00000000 GlobalRouter SNMP INFO SSH server enabled
1 2021-07-30T16:13:40.390+02:00 XXXXXX CP1 - 0x000d861c - 00000000 GlobalRouter SSH INFO SSH Server Enabled
06-13-2019 09:39 AM