User Tools

Site Tools


aix:ssh_ecdsa

This is an old revision of the document!


SSH key ecdsa

If you have such kind of error in syslog

auth|security:err|error sshd[23003268]: error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
sshd[5898336]: error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key

You need just to configure an ECDSA key:

[root@nim] /root # ssh-keygen -t ecdsa -b 521  -f /etc/ssh/ssh_host_ecdsa_key

Or without passphrase and no confirmation:

[root@nim] /root # echo |ssh-keygen -q -t rsa -N ''
aix/ssh_ecdsa.1609532494.txt.gz · Last modified: 2021/01/01 21:21 by 127.0.0.1