cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
544
Views
0
Helpful
1
Replies

SSH is not working in Cisco ACE

emc100155
Level 1
Level 1

Getting the below error after generating the SSH rsa key.

**************************************
rsa Keys generated:Wed Apr 30 02:57:54 2014

Public key in binary format. Cannot show

bitcount:0
fingerprint:
is
**************************************

Version A4(2.2). SSH is already allowed in the remote-access classmap. But still SSH is not working.

1 Reply 1

Kanwaljeet Singh
Cisco Employee
Cisco Employee

Hi,

Are you using SSH v1 or SSHv2? The above is seen when you generate RSA1 key. Could you please generate RSA key only and try again. Use SSHv2 client to connect and it should work fine.

switch/Admin(config)# ssh key rsa 1024 force

The above is what you should use for SSHv2.

After i generated RSA1 key which basically enables SSHv1 on Ace.

switch/Admin# sh ssh key
**************************************
rsa1 Keys generated:Wed Apr 30 05:48:39 2014

Public key in binary format. Cannot show

So this is normal.

Regards,

Kanwal