About 34,000 results
Open links in new tab
  1. RSA Key - Cisco Learning Network

    RSA uses a public key/private key combination. The public key in this pair can be known by anyone and can be distributed widely without issue to encrypt messages. As an example for Cisco VPN …

  2. ssh - encryption keys -crypto key generate rsa

    Yes, RSA uses public and private keys for encryption. And yes, public keys are on the device. Use show crypto key mypubkey rsa to see the RSA public keys on your router.

  3. Checking Router SSH RSA Key Fingerprint - Cisco Learning Network

    3) Verifying the RSA key fingerprint of the router # With ssh-keygen on the router public key $ ssh-keygen -l -f ssh_router_rsa_key.pub ssh_router_rsa_key.pub is not a public key file. # With Linux …

  4. how to show the Crypto key RSA length - Cisco Learning Network

    Hi Haitham, You can see the key info by using "show crypto key mypubkey rsa" but this won´t show you the modulus strength and don´t think there is a way to check it. I may be way off here of course.

  5. Cannot enable SSH v2 - Cisco Learning Network

    3. Specifies the RSA key pair to use for using SSH. R2 (config)# ip ssh rsa keypair-name {keypair-name} By doing so SSH version 1.5 is deactivated 4. For SSH Version 2, the modulus size must be …

  6. ip ssh rsa keypair-name command - Cisco Learning Network

    I am moving from telnet to SSH remote access for all of my Cisco routers and switches. According to Cisco, with the latest IOS, the ip ssh rsa keypair-name command allows the user to specify the rsa …

  7. Bad server host key: Invalid key length - Cisco Learning Network

    Hi, OpenSSH 7.6 (released in 2017) and newer refuses keys with a length below 1024 bit by default. To fix this, simply generate a new SSH key on the IOS device with a length of 1024 bit or higher using …

  8. Storage location of RSA keys on IOS router - Cisco Learning Network

    I am trying to save the keys to flash but it fails. router3 (config)#crypto key generate rsa storage flash: The name for the keys will be: router3.router3.com Choose the size of the key modulus in the range …

  9. Cannot Generate Crypto Key on Router - Cisco Learning Network

    Using crypto key generate rsa label SSH modulus 2048 circumvents this because the "Label" is manually selected by you and so the hostname never comes into play This has always been my …

  10. Question: Asymmetric encryption: RSA - Cisco Learning Network

    How's RSA work in action for ssh vty session? I need a proof of concept, hope someone will help.. 1. a 1024-bit rsa key was generated by my router. 2. a remote host is requesting a connection to my …