Hi,
I'm trying to import my public key on a cisco 877 (to be able to login without password) router but I get this error:
crypto pki import my-laptop pkcs12 terminal mypassword
Enter the base 64 encoded pkcs12.
End with a blank line or the word "quit" on a line by itself:
$zamS4LYUH+g/iRvy2FV3pv/ypugxmAQ2kB/rPStEkEgpjes1oAEBGQ31TkyrIiogzzP35OV95EI6sRONbVk8CIflhkMIy8xc1AKKyEK3S+tuolGSKU30ie38Mwpll7MM=
CRYPTO_PKI: Import PKCS12 operation failed, failure status = 0x705
The key is a rsa key 1024 bit generate with ssh-keygen -t rsa -b 1024.
I haven't found any reference about 'failure status = 0x705', any suggest ?
Maybe a problem with standard pkcs12 ?
Regards.