SSH: Difference between revisions

From wiki.vacula.xyz
(Created page with "== Troubleshooting == === Invalid Host Key Length === Manifests as {{code|Bad server host key: Invalid key length}} Fix: {{code|ssh -o RSAMinSize=1024 host}}")
 
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:22, 2 January 2025

Troubleshooting

Invalid Host Key Length

Manifests as Bad server host key: Invalid key length Fix: {{{1}}}