全文検索:
- Mar 8 2023 SSH Error no hostkey alg @en:50_dialy:2022:03
- 8, for example, The RHEL6 side needs to support ECDSA connections. Although there is a need to run c... de> ===== 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_ecdsa* .ssh/id_ecdsa .ssh/id_ecdsa.pub </code> ====