SSH: Difference between revisions

From wiki.vacula.xyz
No edit summary
No edit summary
Line 3: Line 3:
=== Invalid Host Key Length ===
=== Invalid Host Key Length ===
Manifests as {{code|Bad server host key: Invalid key length}}
Manifests as {{code|Bad server host key: Invalid key length}}
Fix: {{code|"ssh -o RSAMinSize=1024 host"}}
 
Fix: {{code|ssh -o RSAMinSize\=1024 host}}

Revision as of 17:23, 2 January 2025

Troubleshooting

Invalid Host Key Length

Manifests as Bad server host key: Invalid key length

Fix: {{{1}}}