Difference between revisions of "Openssh client: Invalid key length"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 4: Line 4:
 
   [[ssh_dispatch_run_fatal]]: Connection to 10.10.10.4 port 22: [[Invalid key length]]
 
   [[ssh_dispatch_run_fatal]]: Connection to 10.10.10.4 port 22: [[Invalid key length]]
 
Solution:
 
Solution:
* <code>[[Crypto key zeroize rsa‎‎]]</code>
+
[[crypto key zeroize rsa‎‎]]
 
+
[[crypto key generate rsa modulus 2048]]
  
  

Revision as of 10:39, 14 April 2021


Message when connecting to a Cisco router:

 ssh_dispatch_run_fatal: Connection to 10.10.10.4 port 22: Invalid key length

Solution:

crypto key zeroize rsa‎‎
crypto key generate rsa modulus 2048


OpenSSH 7.6 (2017)

  • Refuse keys <1024 bits in length and improve reporting for keys that do not meet this requirement.


Related terms

See also

Advertising: