CentOS最新版を使っています。
SSH接続をしたく設定をあらかじめしてみました。

rootログイン禁止とパスワード認証を許可の設定をしました。

そして

firewall-cmd --list-all

コマンドで確認してみると

service:dhcpv6-client ssh

という表記がされていて、ファイアウォールでは許可されているみたいです。多分

そして、Windowsからsshで接続してみると、

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:5uK6VbJveXIW2lnDBsfuaGtiC2juqVyEWM/Vj2M4diY.
Please contact your system administrator.
Add correct host key in /home/hasegawaryo/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/hasegawaryo/.ssh/known_hosts:1
Password authentication is disabled to avoid man-in-the-middle attacks.
Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).

といわれてしまいます。

sed -i -e '/0.114/d' ~/.ssh/known_hosts

これを実行しても駄目でした。
Cyberduckからの接続はできます。
これは、何が原因でしょうか?