01-08-2011 03:09 AM - edited 03-06-2019 02:53 PM
Hi every body
i hope everybody is having a good weekend.
My set up is as follows:
R1 s0-----------s0 R2
i configured R1 and R2 for ssh ver 1
How can i transport keys? Is there any way i can configure R1 and R2 to send each other keys?
My second question pertains to the output of " show crypto key mypubkey rsa"
Does it also show private key?
thanks and have a great weekend
Solved! Go to Solution.
01-08-2011 10:18 PM
"How can i transport keys? Is there any way i can configure R1 and R2 to send each other keys?"
Use the exportable optional keyword when generating the key.
exportable | (Optional) Specifies that the RSA key pair can be exported to another Cisco device, such as a router. |
http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_c4.html#wp1058464
Once the key is exportable, then you can use the command 'crypto key export rsa pem' to export it
http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_c4.html#wp1047445
and 'crypto key import rsa pem' to import it.
http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_c4.html#wp1061142
"My second question pertains to the output of " show crypto key mypubkey rsa"
Does it also show private key?"
No, only the public key.
01-08-2011 10:18 PM
"How can i transport keys? Is there any way i can configure R1 and R2 to send each other keys?"
Use the exportable optional keyword when generating the key.
exportable | (Optional) Specifies that the RSA key pair can be exported to another Cisco device, such as a router. |
http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_c4.html#wp1058464
Once the key is exportable, then you can use the command 'crypto key export rsa pem' to export it
http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_c4.html#wp1047445
and 'crypto key import rsa pem' to import it.
http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_c4.html#wp1061142
"My second question pertains to the output of " show crypto key mypubkey rsa"
Does it also show private key?"
No, only the public key.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide