全文検索:
- Mar 8 2023 SSH Error no hostkey alg
- ]] is the simplest solution. ===== Error ===== <code> $ ssh 10.10.0.25 no hostkey alg </code> ===== Solution ===== ==== 1. How to create ECDSA keys ==== <code> ssh-keygen -t ecdsa -b 256 </code> The private key and public key are these: <code> $ ls .ssh/id_ec